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 2021/10/19 09:50:25 UTC

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

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 23c41ad  release note for v1.9.4
23c41ad is described below

commit 23c41ad4aa1e1b7ea1813cae4ca041dfea066f11
Author: wangoo <wo...@apache.org>
AuthorDate: Tue Oct 19 17:50:16 2021 +0800

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

diff --git a/CHANGE.md b/CHANGE.md
index 2e642a3..e365161 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -1,5 +1,14 @@
 # Release Notes
 
+## v1.9.4
+
+### New Features
+- support wrapper classes for Java basic types. [#278](https://github.com/apache/dubbo-go-hessian2/pull/278)
+
+### Bugfixes
+- fix registration ignored for struct with same name in diff package. [#279](https://github.com/apache/dubbo-go-hessian2/pull/279)
+- fix cannot encode pointer of raw type. [#283](https://github.com/apache/dubbo-go-hessian2/pull/283)
+
 ## v1.9.3
 
 ### New Features