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 cfbd9e1 release note for v1.11.3
cfbd9e1 is described below
commit cfbd9e10d7b685db84c0dc3f2f918cae5776f3af
Author: wongoo <[email protected]>
AuthorDate: Mon Oct 31 17:06:25 2022 +0800
release note for v1.11.3
---
CHANGE.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGE.md b/CHANGE.md
index 5abc0a2..c0d0c6c 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -1,12 +1,16 @@
# Release Notes
+## v1.11.3
+
+### Bugfixes
+- fix java enum decoding incorrectly.
[#332](https://github.com/apache/dubbo-go-hessian2/pull/332)
+
## 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