From 6cdefc42e112ac71cbe316e1eed264ea62f58e25 Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Mon, 19 Dec 2022 14:38:09 +0900 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dcec2a..3996a57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 1.9.8 - 2022-12-19 + +### Fix feature + +- Append new line at the end of file ( #329 ) + +### Fix bugs + +- Fix custom marshaler ( #333, #334 ) +- Fix behavior when struct fields conflicted( #335 ) +- Fix position calculation for literal, folded and raw folded strings ( #330 ) + # 1.9.7 - 2022-12-03 ### Fix bugs