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 a80067e release note for v1.10.3
a80067e is described below
commit a80067ecec131787bb701ec230339bbaae4fa0ac
Author: wangoo <[email protected]>
AuthorDate: Mon Jan 17 17:10:26 2022 +0800
release note for v1.10.3
---
CHANGE.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/CHANGE.md b/CHANGE.md
index 0e7ee03..84d40bd 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -1,5 +1,14 @@
# Release Notes
+## v1.10.3
+
+### New Features
+- add a tool for generate hessian2 java enum define golang code.
[#304](https://github.com/apache/dubbo-go-hessian2/pull/304)
+
+### Bugfixes
+- fix decode interface map bug.
[#303](https://github.com/apache/dubbo-go-hessian2/pull/303)
+- fix decode bool error.
[#302](https://github.com/apache/dubbo-go-hessian2/pull/302)
+
## v1.10.2
### Bugfixes