Update CHANGELOG

This commit is contained in:
Masaaki Goshima 2022-06-30 02:38:52 +09:00
parent 6726210c9c
commit 27bd0f2aab
No known key found for this signature in database
GPG Key ID: 6A53785055537153
1 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,17 @@
# v0.9.8 - 2022/06/30
### Fix bugs
* Fix decoding of surrogate-pair ( #365 )
* Fix handling of embedded primitive type ( #366 )
* Add validation of escape sequence for decoder ( #367 )
* Fix stream tokenizing respecting UseNumber ( #369 )
* Fix encoding when struct pointer type that implements Marshal JSON is embedded ( #375 )
### Improve performance
* Improve performance of linkRecursiveCode ( #368 )
# v0.9.7 - 2022/04/22
### Fix bugs