Update CHANGELOG

This commit is contained in:
Masaaki Goshima 2021-09-01 12:04:06 +09:00
parent 3fc39932e4
commit da1cd31b55
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
# v0.7.8 - 2021/09/01
* Fix mapassign_faststr for indirect struct type ( #283 )
* Fix encoding of not empty interface type ( #284 )
* Fix encoding of empty struct interface type ( #286 )
# v0.7.7 - 2021/08/25 # v0.7.7 - 2021/08/25
* Fix invalid utf8 on stream decoder ( #279 ) * Fix invalid utf8 on stream decoder ( #279 )