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 1f1df01 release note for v1.11.2
1f1df01 is described below
commit 1f1df01f2535dcdfcd8d49b6e0c8e87634a991a3
Author: wongoo <[email protected]>
AuthorDate: Mon Oct 24 11:24:51 2022 +0800
release note for v1.11.2
---
CHANGE.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/CHANGE.md b/CHANGE.md
index ad52d6c..5abc0a2 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -1,5 +1,12 @@
# Release Notes
+## v1.11.2
+
+### Bugfixes
+- fix java enum variable list decoding error.
[#330](https://github.com/apache/dubbo-go-hessian2/pull/330)
+- fix ref list is nil when decoding.
[#324](https://github.com/apache/dubbo-go-hessian2/pull/324)
+
+
## v1.11.1
### Bugfixes