From d829b56bf3e56a2f424ef4555eb15ec8b131b3c9 Mon Sep 17 00:00:00 2001 From: wangoo Date: Sun, 14 Mar 2021 22:26:04 +0800 Subject: [PATCH] release note for v1.9.0 --- CHANGE.md | 8 ++++++++ README.md | 1 + 2 files changed, 9 insertions(+) diff --git a/CHANGE.md b/CHANGE.md index fc483f6c..f5cc9e4e 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -1,5 +1,13 @@ # Release Notes +## v1.9.0 + +### New Features +- support java UUID object. [#256](https://github.com/apache/dubbo-go-hessian2/pull/256) + +### Bugfixes +- fix map decode error. [#261](https://github.com/apache/dubbo-go-hessian2/pull/261) + ## v1.8.2 ### Bugfixes diff --git a/README.md b/README.md index 3733fdb2..2cb4f5b2 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ thanks to [micln](https://github.com/micln), [pantianying](https://github.com/pa * [Java Date & Time](https://github.com/apache/dubbo-go-hessian2/issues/90) * [java8 time.Date](https://github.com/apache/dubbo-go-hessian2/pull/212) * [java8 java.sql.Time & java.sql.Date](https://github.com/apache/dubbo-go-hessian2/pull/219) +* [java UUID](https://github.com/apache/dubbo-go-hessian2/pull/256) * [Java Generic Invokation](https://github.com/apache/dubbo-go-hessian2/issues/84) * [Java Extends](https://github.com/apache/dubbo-go-hessian2/issues/157) * [Dubbo Attachements](https://github.com/apache/dubbo-go-hessian2/issues/49)