Update CHANGELOG

This commit is contained in:
Masaaki Goshima 2021-08-13 17:32:20 +09:00
parent 68022098ad
commit deb13af3c6
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
# v0.7.6 - 2021/08/13
* Fix nil slice assignment ( #276 )
* Improve error message ( #277 )
# v0.7.5 - 2021/08/12
* Fix encoding of embedded struct with tags ( #265 )