From cfbd9e10d7b685db84c0dc3f2f918cae5776f3af Mon Sep 17 00:00:00 2001 From: wongoo Date: Mon, 31 Oct 2022 17:06:25 +0800 Subject: [PATCH] release note for v1.11.3 --- CHANGE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGE.md b/CHANGE.md index 5abc0a24..c0d0c6c2 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -1,12 +1,16 @@ # Release Notes +## v1.11.3 + +### Bugfixes +- fix java enum decoding incorrectly. [#332](https://github.com/apache/dubbo-go-hessian2/pull/332) + ## v1.11.2 ### Bugfixes - fix java enum variable list decoding error. [#330](https://github.com/apache/dubbo-go-hessian2/pull/330) - fix ref list is nil when decoding. [#324](https://github.com/apache/dubbo-go-hessian2/pull/324) - ## v1.11.1 ### Bugfixes