From 1f1df01f2535dcdfcd8d49b6e0c8e87634a991a3 Mon Sep 17 00:00:00 2001 From: wongoo Date: Mon, 24 Oct 2022 11:24:51 +0800 Subject: [PATCH] release note for v1.11.2 --- CHANGE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGE.md b/CHANGE.md index ad52d6c4..5abc0a24 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -1,5 +1,12 @@ # Release Notes +## 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