You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by wo...@apache.org on 2022/07/22 10:54:37 UTC

[dubbo-go-hessian2] branch master updated: release note for v1.11.1

This is an automated email from the ASF dual-hosted git repository.

wongoo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-hessian2.git


The following commit(s) were added to refs/heads/master by this push:
     new 159280f  release note for v1.11.1
159280f is described below

commit 159280f0a173eea31a1abe2da257438fff508e14
Author: wongoo <wo...@apache.org>
AuthorDate: Fri Jul 22 18:54:28 2022 +0800

    release note for v1.11.1
---
 CHANGE.md | 6 ++++++
 1 file changed, 6 insertions(+)

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