CHANGELOG: document the keep_tags API addition

This commit is contained in:
David Aguilar 2024-03-24 14:27:04 -07:00
parent c8e82c00d1
commit 06708ee787

View file

@ -20,6 +20,11 @@
**Features**:
- Tags can now be retained across documents by calling `keep_tags(true)` on a
`yaml_rust2::Parser` before loading documents.
([#10](https://github.com/Ethiraric/yaml-rust2/issues/10)
([#12](https://github.com/Ethiraric/yaml-rust2/pull/12))
**Development**:
## v0.7.0