Update CHANGELOG

This commit is contained in:
Masaaki Goshima 2021-04-20 22:15:04 +09:00
parent b1431c0aae
commit df4c91ac28
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
# v0.4.13 - 2021/4/20
### Fix json.Compact and json.Indent
* Support validation the input buffer for json.Compact and json.Indent ( #189 )
* Optimize json.Compact and json.Indent ( improve memory footprint ) ( #190 )
# v0.4.12 - 2021/4/15 # v0.4.12 - 2021/4/15
### Fix encoder ### Fix encoder