forked from mirror/go-json
Update CHANGELOG
This commit is contained in:
parent
ce8be46a39
commit
14f03c1e6d
|
@ -1,3 +1,9 @@
|
|||
# v0.7.5 - 2021/08/12
|
||||
|
||||
* Fix encoding of embedded struct with tags ( #265 )
|
||||
* Fix encoding of embedded struct that isn't first field ( #272 )
|
||||
* Fix decoding of binary type with escaped char ( #273 )
|
||||
|
||||
# v0.7.4 - 2021/07/06
|
||||
|
||||
* Fix encoding of indirect layout structure ( #264 )
|
||||
|
|
Loading…
Reference in New Issue