From 821080f1ebfb597070f9374e6bd8b8ab61a991cf Mon Sep 17 00:00:00 2001
From: scott <scottwangsxll@gmail.com>
Date: Mon, 16 Mar 2020 00:24:02 +0800
Subject: [PATCH] Fix CHANGE.md

---
 CHANGE.md | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/CHANGE.md b/CHANGE.md
index 831a50ce7..ad8bc594c 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -100,26 +100,6 @@
 - [Fix bug in reference_config](https://github.com/apache/dubbo-go/pull/157)
 - [Fix high memory bug in zookeeper listener](https://github.com/apache/dubbo-go/pull/168)
 
-### Enhancement
-
-- Split gettyRPCClient.close and gettyRPCClientPool.remove in protocol/dubbo/pool.go<https://github.com/apache/dubbo-go/pull/186>
-- Remove client from pool before closing it<https://github.com/apache/dubbo-go/pull/190>
-- Enhance the logic for fetching the local address<https://github.com/apache/dubbo-go/pull/209>
-- Add protocol_conf default values<https://github.com/apache/dubbo-go/pull/221>
-- Add task pool for getty<https://github.com/apache/dubbo-go/pull/141>
-- Update getty: remove read queue<https://github.com/apache/dubbo-go/pull/137>
-- Clean heartbeat from PendingResponse<https://github.com/apache/dubbo-go/pull/166>
-
-### Bugfixes
-
-- GettyRPCClientPool remove deadlock<https://github.com/apache/dubbo-go/pull/183/files>
-- Fix failover cluster bug and url parameter retries change int to string type<https://github.com/apache/dubbo-go/pull/195>
-- Fix url params unsafe map<https://github.com/apache/dubbo-go/pull/201>
-- Read protocol config by map key in config yaml instead of protocol name<https://github.com/apache/dubbo-go/pull/218>
-- Fix dubbo group issues #238<https://github.com/apache/dubbo-go/pull/243>/<https://github.com/apache/dubbo-go/pull/244>
-- Fix bug in reference_config<https://github.com/apache/dubbo-go/pull/157>
-- Fix high memory bug in zookeeper listener<https://github.com/apache/dubbo-go/pull/168>
-
 ## 1.1.0
 
 ### New Features
-- 
GitLab