Skip to content

Commit 595e20a

Browse files
committed
Update CHANGELOG
1 parent 3829400 commit 595e20a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# v0.7.2 - 2021/06/26
2+
3+
### Fix decoder
4+
5+
* Add decoder for func type to fix decoding of nil function value ( #257 )
6+
* Fix stream decoding of []byte type ( #258 )
7+
8+
### Performance
9+
10+
* Improve decoding performance of map[string]interface{} type ( use `mapassign_faststr` ) ( #256 )
11+
* Improve encoding performance of empty interface type ( remove recursive calling of `vm.Run` ) ( #259 )
12+
13+
### Benchmark
14+
15+
* Add bytedance/sonic as benchmark target ( #254 )
16+
117
# v0.7.1 - 2021/06/18
218

319
### Fix decoder

0 commit comments

Comments
 (0)