From 1160c316ef83e5ea6fc8b98b50f9dc9d865449e7 Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Tue, 28 Mar 2023 18:07:40 +0900 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d692458..2887563f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 1.10.1 - 2023-03-28 + +### Features + +- Quote YAML 1.1 bools at encoding time for compatibility with other legacy parsers +- Add support of 32-bit architecture + +### Fix bugs + +- Don't trim all space characters in block style sequence +- Support strings starting with `@` + # 1.10.0 - 2023-03-01 ### Fix bugs