Update CHANGELOG

This commit is contained in:
Masaaki Goshima 2021-04-15 20:09:23 +09:00
parent cd300c9e56
commit 9f6084de1c
1 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,16 @@
# v0.4.12 - 2021/4/15
### Fix encoder
* Fix unnecessary indent for empty slice type ( #181 )
* Fix encoding of omitempty feature for the slice or interface type ( #183 )
* Fix encoding custom types zero values with omitempty when marshaller exists ( #187 )
### Fix decoder
* Fix decoder for invalid top level value ( #184 )
* Fix decoder for invalid number value ( #185 )
# v0.4.11 - 2021/4/3
* Improve decoder performance for interface type