haystack/releasenotes/notes/stores-serialisation-a09398d158b01ae6.yaml
Stefano Fiorucci aa8da40820
chore: add preview section to release notes (#5591)
* add preview section to reno config and update existing notes

* Empty commit to trigger CLA
2023-08-18 09:59:01 +02:00

5 lines
170 B
YAML

---
preview:
- Add `from_dict` and `to_dict` methods to `Store` `Protocol`
- Add default `from_dict` and `to_dict` implementations to classes decorated with `@store`