Update CHANGELOG

This commit is contained in:
Masaaki Goshima 2021-05-20 16:11:24 +09:00
parent 902fd6a1b3
commit b576d93a9c
1 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,19 @@
# v0.5.1 - 2021/5/20
### Optimization
* Add type addrShift to enable bigger encoder/decoder cache ( #213 )
### Fix decoder
* Keep original reference of slice element ( #229 )
### Refactor
* Refactor Debug mode for encoding ( #226 )
* Generate VM sources for encoding ( #227 )
* Refactor validator for null/true/false for decoding ( #221 )
# v0.5.0 - 2021/5/9 # v0.5.0 - 2021/5/9
### Supports using omitempty and string tags at the same time ( #216 ) ### Supports using omitempty and string tags at the same time ( #216 )