CHANGELOG: move recent updates to v0.7.0 and add a v0.6.0 section
This commit is contained in:
parent
71003055a7
commit
d9a3d49468
1 changed files with 11 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue