CHANGELOG: document the keep_tags API addition
This commit is contained in:
parent
6ea41cc9a8
commit
2c7ecbf054
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@
|
||||||
|
|
||||||
**Features**:
|
**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**:
|
**Development**:
|
||||||
|
|
||||||
## v0.7.0
|
## v0.7.0
|
||||||
|
|
Loading…
Reference in a new issue