Update CHANGELOG

This commit is contained in:
Masaaki Goshima 2021-08-12 16:16:08 +09:00
parent ce8be46a39
commit 14f03c1e6d
1 changed files with 6 additions and 0 deletions

View File

@ -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 )