Update CHANGELOG

This commit is contained in:
Masaaki Goshima 2022-01-21 00:18:53 +09:00
parent b2ca5f3250
commit 3dc9aaf909
No known key found for this signature in database
GPG Key ID: 6A53785055537153
1 changed files with 8 additions and 4 deletions

View File

@ -1,16 +1,20 @@
# v0.9.3 - 2021/01/14
# v0.9.4 - 2022/01/21
* Fix the case where the embedded field is at the end ( #326 )
# v0.9.3 - 2022/01/14
* Fix logic of removing struct field for decoder ( #322 )
# v0.9.2 - 2021/01/14
# v0.9.2 - 2022/01/14
* Add invalid decoder to delay type error judgment at decode ( #321 )
# v0.9.1 - 2021/01/11
# v0.9.1 - 2022/01/11
* Fix encoding of MarshalText/MarshalJSON operation with head offset ( #319 )
# v0.9.0 - 2021/01/05
# v0.9.0 - 2022/01/05
### New feature