CHANGELOG: move recent updates to v0.7.0 and add a v0.6.0 section

This commit is contained in:
David Aguilar 2024-03-19 23:43:57 -07:00 committed by Ethiraric
parent 71003055a7
commit d9a3d49468

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
## v0.6.0 ## v0.7.0
**Features**: **Features**:
@ -30,6 +30,16 @@
- `hashlink` is [now used](https://github.com/chyh1990/yaml-rust/pull/157) - `hashlink` is [now used](https://github.com/chyh1990/yaml-rust/pull/157)
instead of `linked_hash_map`. 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 ## v0.5.0
- The parser now supports tag directives. - The parser now supports tag directives.