From 957007644325e255085ccdd39813158763d25034 Mon Sep 17 00:00:00 2001 From: shimataro Date: Thu, 12 Oct 2023 05:29:54 +0900 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c0f94a..6239939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + +* JSON parse error on exit, if `if_key_exists`=`fail` and key exists + ## [2.6.0] - 2023-10-11 ### Others