You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2020/03/26 08:06:51 UTC

[dubbo-go-hessian2] branch 1.5 updated: add release note for v1.5.0

This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch 1.5
in repository https://gitbox.apache.org/repos/asf/dubbo-go-hessian2.git


The following commit(s) were added to refs/heads/1.5 by this push:
     new b787792  add release note for v1.5.0
     new e026b32  Merge pull request #172 from wongoo/master
b787792 is described below

commit b78779257a2d28ca4ce37acde269ae0c9587caa0
Author: wongoo <ge...@163.com>
AuthorDate: Thu Mar 26 08:20:55 2020 +0800

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

diff --git a/CHANGE.md b/CHANGE.md
index 7cb4f92..a3f32e4 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -1,5 +1,14 @@
 # Release Notes
 
+## v1.5.0
+
+### New Features
+- support java collection.  [#161](https://github.com/apache/dubbo-go-hessian2/pull/161)
+
+### Bugfixes
+- fix skipping fields bug. [#167](https://github.com/apache/dubbo-go-hessian2/pull/167)
+
+
 ## v1.4.0
 
 ### New Features