[chore] update changelog

This commit is contained in:
Joao Paulo Magalhaes
2021-07-15 19:59:45 +01:00
parent 4847274774
commit 8c1278481f
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,3 @@
# 0.2.0
### New features & improvements
- Enable parsing into nested nodes ([87f4184](https://github.com/biojppm/rapidyaml/commit/87f4184))
- `as_json()` can now be called with tree and node id ([4c23041](https://github.com/biojppm/rapidyaml/commit/4c23041))

6
changelog/current.md Normal file
View File

@@ -0,0 +1,6 @@
### New features & improvements
### Fixes
- Fix [#142](https://github.com/biojppm/rapidyaml/issues/142): `preprocess_json()`: ensure quoted ranges are skipped when slurping containers
### Special thanks