commit | 159280f0a173eea31a1abe2da257438fff508e14 | [log] [tgz] |
---|---|---|
author | wongoo <wongoo@apache.org> | Fri Jul 22 18:54:28 2022 +0800 |
committer | wongoo <wongoo@apache.org> | Fri Jul 22 18:54:28 2022 +0800 |
tree | 0120cace32b8a2b4fe7379b6a0b0b414d2c3d68f | |
parent | 303698c00dacd52e1735b7e10e8a3984100533c9 [diff] |
release note for v1.11.1
diff --git a/CHANGE.md b/CHANGE.md index 7171f69..ad52d6c 100644 --- a/CHANGE.md +++ b/CHANGE.md
@@ -1,5 +1,11 @@ # Release Notes +## v1.11.1 + +### Bugfixes +- fix not writing class name first when encoding pojo map. [#320](https://github.com/apache/dubbo-go-hessian2/pull/320) +- fix nil slice decoding to empty slice. [#318](https://github.com/apache/dubbo-go-hessian2/pull/318) + ## v1.11.0 ### New Features