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 a55bacd release note for v1.12.1
a55bacd is described below
commit a55bacdfe4aa684f0bef4107a758d39f68e3bc8c
Author: tiltwind <[email protected]>
AuthorDate: Mon Apr 10 00:07:08 2023 +0800
release note for v1.12.1
---
CHANGE.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/CHANGE.md b/CHANGE.md
index 9e6c769..ca475c0 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -1,5 +1,15 @@
# Release Notes
+## v1.12.1
+
+### Bugfixes
+- fix ref to wrong type of map for nil value.
[#357](https://github.com/apache/dubbo-go-hessian2/pull/357)
+
+## v1.12.0
+
+### New Features
+- support java wrapper types.
[#350](https://github.com/apache/dubbo-go-hessian2/pull/350)
+
## v1.11.5
### Bugfixes