From 8c1278481f483280fc9c079272a1310469e39815 Mon Sep 17 00:00:00 2001 From: Joao Paulo Magalhaes Date: Thu, 15 Jul 2021 19:59:45 +0100 Subject: [PATCH] [chore] update changelog --- changelog/0.2.0.md | 2 -- changelog/current.md | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 changelog/current.md diff --git a/changelog/0.2.0.md b/changelog/0.2.0.md index 50e58894..4bddffdd 100644 --- a/changelog/0.2.0.md +++ b/changelog/0.2.0.md @@ -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)) diff --git a/changelog/current.md b/changelog/current.md new file mode 100644 index 00000000..8eefb141 --- /dev/null +++ b/changelog/current.md @@ -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