Skip to content

Commit 9f6084d

Browse files
committed
Update CHANGELOG
1 parent cd300c9 commit 9f6084d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v0.4.12 - 2021/4/15
2+
3+
### Fix encoder
4+
5+
* Fix unnecessary indent for empty slice type ( #181 )
6+
* Fix encoding of omitempty feature for the slice or interface type ( #183 )
7+
* Fix encoding custom types zero values with omitempty when marshaller exists ( #187 )
8+
9+
### Fix decoder
10+
11+
* Fix decoder for invalid top level value ( #184 )
12+
* Fix decoder for invalid number value ( #185 )
13+
114
# v0.4.11 - 2021/4/3
215

316
* Improve decoder performance for interface type

0 commit comments

Comments
 (0)