This is an automated email from the ASF dual-hosted git repository.
joezou pushed a commit to branch 1.5.5
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/1.5.5 by this push:
new 111abaa Update CHANGE.md
111abaa is described below
commit 111abaa7064ee1377d3816b3dfe3203f743fae08
Author: Joe Zou <[email protected]>
AuthorDate: Mon Jan 4 23:00:31 2021 +0800
Update CHANGE.md
---
CHANGE.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/CHANGE.md b/CHANGE.md
index 4fa8988..c3fdec5 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -22,7 +22,9 @@
- [Fix: refact heartbeat](https://github.com/apache/dubbo-go/pull/889)
- [Fix: router_config add &url to
url](https://github.com/apache/dubbo-go/pull/910)
- [Fix: Router chain can not build immediately when
started](https://github.com/apache/dubbo-go/pull/927)
-- [Fix: client block until timeout when provider return with
PackageResponse_Exception](https://github.com/apache/dubbo-go/pull/926)
+- [Fix: client block until timeout when provider return with
PackageResponse_Exception](https://github.com/apache/dubbo-go/pull/926)
+- [Fix: URL.String() data race
panic](https://github.com/apache/dubbo-go/pull/944)
+- [Fix: generic "encode
hessian.Object"](https://github.com/apache/dubbo-go/pull/945)
### Dependencies
- [Bump github.com/mitchellh/mapstructure from 1.2.3 to
1.3.3](https://github.com/apache/dubbo-go/pull/838)