Update CHANGELOG

This commit is contained in:
Masaaki Goshima 2022-01-14 18:07:37 +09:00
parent 0f7e1f926f
commit d5a9e00a5e
No known key found for this signature in database
GPG Key ID: 6A53785055537153
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# v0.9.2 - 2021/01/14
* Add invalid decoder to delay type error judgment at decode ( #321 )
# v0.9.1 - 2021/01/11
* Fix encoding of MarshalText/MarshalJSON operation with head offset ( #319 )