Update CHANGELOG

This commit is contained in:
Masaaki Goshima 2022-04-22 01:14:59 +09:00
parent 337d02ffe6
commit 22be3b9a93
No known key found for this signature in database
GPG Key ID: 6A53785055537153
1 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,21 @@
# v0.9.7 - 2022/04/22
### Fix bugs
#### Encoder
* Add filtering process for encoding on slow path ( #355 )
* Fix encoding of interface{} with pointer type ( #363 )
#### Decoder
* Fix map key decoder that implements UnmarshalJSON ( #353 )
* Fix decoding of []uint8 type ( #361 )
### New features
* Add DebugWith option for encoder ( #356 )
# v0.9.6 - 2022/03/22 # v0.9.6 - 2022/03/22
### Fix bugs ### Fix bugs