From 5128ade651e51b826ebfaed083aec955388db5c5 Mon Sep 17 00:00:00 2001
From: AlexStocks <alexstocks@foxmail.com>
Date: Wed, 4 Sep 2019 18:48:43 +0800
Subject: [PATCH] Add: change doc

---
 CHANGE.md | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 CHANGE.md

diff --git a/CHANGE.md b/CHANGE.md
new file mode 100644
index 000000000..cdfca4fb6
--- /dev/null
+++ b/CHANGE.md
@@ -0,0 +1,26 @@
+# Release Notes
+
+## 1.1.0
+
+### New Features
+
+- Support Java bigdecimal<https://github.com/apache/dubbo-go/pull/126>锛�
+- Support all JDK exceptions<https://github.com/apache/dubbo-go/pull/120>锛�
+- Support multi-version of service<https://github.com/apache/dubbo-go/pull/119>锛�
+- Allow user set custom params for registry<https://github.com/apache/dubbo-go/pull/117>锛�
+- Support zookeeper config center<https://github.com/apache/dubbo-go/pull/99>锛�
+- Failsafe/Failback  Cluster Strategy<https://github.com/apache/dubbo-go/pull/136>;
+
+### Enhancement
+
+- Use time wheel instead of time.After to defeat timer object memory leakage<https://github.com/apache/dubbo-go/pull/130> 锛�
+
+### Bugfixes
+
+- Preventing dead loop when got zookeeper unregister event<https://github.com/apache/dubbo-go/pull/129>锛�
+- Delete ineffassign<https://github.com/apache/dubbo-go/pull/127>锛�
+- Add wg.Done() for mockDataListener<https://github.com/apache/dubbo-go/pull/118>锛�
+- Delete wrong spelling words<https://github.com/apache/dubbo-go/pull/107>锛�
+- Use sync.Map to defeat from gettyClientPool deadlock<https://github.com/apache/dubbo-go/pull/106>锛�
+- Handle panic when function args list is empty<https://github.com/apache/dubbo-go/pull/98>锛�
+- url.Values is not safe map<https://github.com/apache/dubbo-go/pull/172>;
-- 
GitLab