From 159280f0a173eea31a1abe2da257438fff508e14 Mon Sep 17 00:00:00 2001 From: wongoo Date: Fri, 22 Jul 2022 18:54:28 +0800 Subject: [PATCH] release note for v1.11.1 --- CHANGE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGE.md b/CHANGE.md index 7171f694..ad52d6c4 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -1,5 +1,11 @@ # Release Notes +## v1.11.1 + +### Bugfixes +- fix not writing class name first when encoding pojo map. [#320](https://github.com/apache/dubbo-go-hessian2/pull/320) +- fix nil slice decoding to empty slice. [#318](https://github.com/apache/dubbo-go-hessian2/pull/318) + ## v1.11.0 ### New Features