diff --git a/CHANGELOG.md b/CHANGELOG.md index f55153d..5aa45b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v0.9.5 - 2022/03/04 + +### Fix bugs + +* Fix panic when decoding time.Time with context ( #328 ) +* Fix reading the next character in buffer to nul consideration ( #338 ) +* Fix incorrect handling on skipValue ( #341 ) + +### Improve decoder performance + +* Improve performance when a payload contains escape sequence ( #334 ) + # v0.9.4 - 2022/01/21 * Fix IsNilForMarshaler for string type with omitempty ( #323 )