Update CHANGELOG

This commit is contained in:
Masaaki Goshima 2022-03-04 21:04:26 +09:00
parent f352b8732a
commit d496803519
No known key found for this signature in database
GPG Key ID: 6A53785055537153
1 changed files with 12 additions and 0 deletions

View File

@ -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 )