Update CHANGELOG

This commit is contained in:
Masaaki Goshima 2021-06-18 01:12:12 +09:00
parent 2565e4721a
commit c423502f97
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
# v0.7.1 - 2021/06/18
### Fix decoder
* Fix error when unmarshal empty array ( #253 )
# v0.7.0 - 2021/06/12
### Support context for MarshalJSON and UnmarshalJSON ( #248 )