From 541712b235a6d42bb89d5aac3702b71ede4e6837 Mon Sep 17 00:00:00 2001
From: Joe Zou <yixian.zou@gmail.com>
Date: Thu, 24 Sep 2020 23:55:09 +0800
Subject: [PATCH] modify changes.md

---
 CHANGE.md | 33 +++++++++++++++++----------------
 1 file changed, 17 insertions(+), 16 deletions(-)

diff --git a/CHANGE.md b/CHANGE.md
index b91e67942..bf62511f8 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -4,26 +4,27 @@
 ## 1.5.2
 
 ### New Features
-- [Add consul service discovery](https://github.com/apache/dubbo-go/pull/701) @zhangshen023
-- [Add File system service discovery](https://github.com/apache/dubbo-go/pull/732) @DogBaoBao
-- [Migrate travis Ci to Github Actions](https://github.com/apache/dubbo-go/pull/752) @sdttttt
-- [Add sentinel-golang flow control/circuit breaker](https://github.com/apache/dubbo-go/pull/748) @louyuting
-- [Add dubbo-go docs and blog into doc directory](https://github.com/apache/dubbo-go/pull/767) @oaoit 
+- [Add consul service discovery](https://github.com/apache/dubbo-go/pull/701) [@zhangshen023](https://github.com/zhangshen023)
+- [Add File system service discovery](https://github.com/apache/dubbo-go/pull/732) [@DogBaoBao](https://github.com/DogBaoBao)
+- [Migrate travis Ci to Github Actions](https://github.com/apache/dubbo-go/pull/752) [@sdttttt](https://github.com/sdttttt)
+- [Add sentinel-golang flow control/circuit breaker](https://github.com/apache/dubbo-go/pull/748) [@louyuting](https://github.com/louyuting)
+- [Add dubbo-go docs and blog into doc directory](https://github.com/apache/dubbo-go/pull/767) [@oaoit](https://github.com/oaoit) 
 
 ### Enhancement
-- [Refactor network and codec model](https://github.com/apache/dubbo-go/pull/673) @fangyincheng @georgehao
-- [Remove unnecessary return and judgement](https://github.com/apache/dubbo-go/pull/730) @YongHaoWu 
-- [Improve exporter append method](https://github.com/apache/dubbo-go/pull/722) @gaoxinge  
-- [Refactor for proxyInvoker cannot be extended](https://github.com/apache/dubbo-go/pull/747) @cvictory 
-- [Refactor attachment type from map\[string\]stiring to map\[string\]interface{}](https://github.com/apache/dubbo-go/pull/713) @cvictory 
-- [Improve map access concurrency](https://github.com/apache/dubbo-go/pull/739) @skyao 
-- [Improve code quantity](https://github.com/apache/dubbo-go/pull/763) @gaoxinge 
+- [Add address notification batch mode](https://github.com/apache/dubbo-go/pull/741) [@beiwei30](https://github.com/beiwei30)
+- [Refactor network and codec model](https://github.com/apache/dubbo-go/pull/673) [@fangyincheng](https://github.com/fangyincheng) [@georgehao](https://github.com/georgehao)
+- [Remove unnecessary return and judgement](https://github.com/apache/dubbo-go/pull/730) [@YongHaoWu](https://github.com/YongHaoWu)
+- [Improve exporter append method](https://github.com/apache/dubbo-go/pull/722) [@gaoxinge](https://github.com/gaoxinge)
+- [Refactor for proxyInvoker cannot be extended](https://github.com/apache/dubbo-go/pull/747) [@cvictory](https://github.com/cvictory) 
+- [Refactor attachment type from map\[string\]stiring to map\[string\]interface{}](https://github.com/apache/dubbo-go/pull/713) [@cvictory](https://github.com/cvictory) 
+- [Improve map access concurrency](https://github.com/apache/dubbo-go/pull/739) [@skyao](https://github.com/skyao) 
+- [Improve code quantity](https://github.com/apache/dubbo-go/pull/763) [@gaoxinge](https://github.com/gaoxinge) 
 
 ### Bugfixes
-- [Fix etcdv3 lease](https://github.com/apache/dubbo-go/pull/738) @zhangshen023 
-- [Fix rename SethealthChecker to SetHealthChecker](https://github.com/apache/dubbo-go/pull/746) @watermelo  
-- [Fix init config problem in HystrixFilter](https://github.com/apache/dubbo-go/pull/731) @YGrylls   
-- [Fix zookeeper listener report error after started](https://github.com/apache/dubbo-go/pull/735) @wenxuwan      
+- [Fix etcdv3 lease](https://github.com/apache/dubbo-go/pull/738) [@zhangshen023](https://github.com/zhangshen023) 
+- [Fix rename SethealthChecker to SetHealthChecker](https://github.com/apache/dubbo-go/pull/746) [@watermelo](https://github.com/watermelo)  
+- [Fix init config problem in HystrixFilter](https://github.com/apache/dubbo-go/pull/731) [@YGrylls](https://github.com/YGrylls)   
+- [Fix zookeeper listener report error after started](https://github.com/apache/dubbo-go/pull/735) [@wenxuwan](https://github.com/wenxuwan)      
 
 Milestone: [https://github.com/apache/dubbo-go/milestone/4](https://github.com/apache/dubbo-go/milestone/4?closed=1)
 
-- 
GitLab