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/01/05 09:55:23 UTC

[dubbo-go-hessian2] branch 1.8 updated: add changes for v1.8.1

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

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


The following commit(s) were added to refs/heads/1.8 by this push:
     new 5b6bf1c  add changes for v1.8.1
5b6bf1c is described below

commit 5b6bf1cd799eff39eb62abad974d34036a653b54
Author: wangoo <wo...@apache.org>
AuthorDate: Tue Jan 5 17:55:09 2021 +0800

    add changes for v1.8.1
---
 CHANGE.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/CHANGE.md b/CHANGE.md
index 79c5f2a..b579880 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -1,5 +1,12 @@
 # Release Notes
 
+## v1.8.1
+
+### Bugfixes
+- fix get wrong javaclassname for POJO struct. [#247](https://github.com/apache/dubbo-go-hessian2/pull/247)
+- fix not enough buf error when decode date. [#249](https://github.com/apache/dubbo-go-hessian2/pull/249)
+- fix emoji decoding error. [#254](https://github.com/apache/dubbo-go-hessian2/pull/254)
+
 ## v1.8.0
 
 ### New Features