Skip to content

Commit

Permalink
CHANGELOG: document the keep_tags API addition
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Mar 24, 2024
1 parent 429a682 commit e9475ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9475ee

Please sign in to comment.