From 01ea1771e15b9d18b71046e2e75f07535591566c Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Tue, 19 Mar 2024 23:43:57 -0700 Subject: [PATCH] CHANGELOG: move recent updates to v0.7.0 and add a v0.6.0 section --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f45c78db..c348e519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.6.0 +## v0.7.0 **Features**: @@ -30,6 +30,16 @@ - `hashlink` is [now used](https://github.com/chyh1990/yaml-rust/pull/157) instead of `linked_hash_map`. +## v0.6.0 + +**Development**: + +- `is_xxx` functions were moved into the private `char_traits` module. + +- Benchmarking tools were added. + +- Performance was improved. + ## v0.5.0 - The parser now supports tag directives.