From 2c7ecbf054de32dd8d61015b0081976efcea8d46 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sun, 24 Mar 2024 14:27:04 -0700 Subject: [PATCH] CHANGELOG: document the keep_tags API addition --- saphyr/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/saphyr/CHANGELOG.md b/saphyr/CHANGELOG.md index 20c4678..cdbc6a5 100644 --- a/saphyr/CHANGELOG.md +++ b/saphyr/CHANGELOG.md @@ -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