forked from mirror/go-json
Update CHANGELOG
This commit is contained in:
parent
b1431c0aae
commit
df4c91ac28
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue