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 7cabe51 release note for v1.9.5
7cabe51 is described below
commit 7cabe51f90162d12ad0e3095c60fedf1d170053b
Author: wangoo <[email protected]>
AuthorDate: Thu Nov 18 17:02:12 2021 +0800
release note for v1.9.5
---
CHANGE.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/CHANGE.md b/CHANGE.md
index e365161..cd695d6 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -1,5 +1,16 @@
# Release Notes
+## v1.9.5
+
+### New Features
+- support serialize UUID to string.
[#285](https://github.com/apache/dubbo-go-hessian2/pull/285)
+- support encode non-pointer instance for pointer POJO definition.
[#289](https://github.com/apache/dubbo-go-hessian2/pull/289)
+
+### Bugfixes
+- fix POJO registration.
[#287](https://github.com/apache/dubbo-go-hessian2/pull/287)
+- fix EOF error check.
[#288](https://github.com/apache/dubbo-go-hessian2/pull/288)
+- fix go type name for list.
[#290](https://github.com/apache/dubbo-go-hessian2/pull/290)
+
## v1.9.4
### New Features