You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2019/07/12 14:52:14 UTC

[dubbo] branch 2.7.3-release updated: update change list, fix typesetting problem

This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch 2.7.3-release
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/2.7.3-release by this push:
     new c3e122e  update change list, fix typesetting problem
c3e122e is described below

commit c3e122e00e9607060dd10531108e563f16ac4f7f
Author: ken.lj <ke...@gmail.com>
AuthorDate: Fri Jul 12 22:51:53 2019 +0800

    update change list, fix typesetting problem
---
 CHANGES.md | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index a88905b..f37a12d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -5,20 +5,17 @@
 ### Change List
 
 1. Asynchronous support
-
-    - Unified asynchronous and synchronous callback process, exception scenario triggers onError callback, #4401.
-    - Performance degradation caused by CompletableFuture.get() in JDK1.8 environment, #4279.
+    * Unified asynchronous and synchronous callback process, exception scenario triggers onError callback, #4401
+    * Performance degradation caused by CompletableFuture.get() in JDK1.8 environment, #4279
 
 2. Configuration Center
-
-    - ConfigCenter custom namespace does not take effect, #4411.
-    - Unify the models implemented by several configuration centers such as Zookeeper, Nacos, and Etcd. Please refer to the description for possible incompatibility issues, #4388.
-    - Adjust Override Coverage Rule Center Priority: Service Level > Application Level, #4175.
+    * ConfigCenter custom namespace does not take effect, #4411
+    * Unify the models implemented by several configuration centers such as Zookeeper, Nacos, and Etcd. Please refer to the description for possible incompatibility issues, #4388
+    * Adjust Override Coverage Rule Center Priority: Service Level > Application Level, #4175
 
 3. 2.6.x compatibility
-
-    - Support Zipkin tracing feature provided by Zipkin officially, #3728, #4471.
-    - DubboComponentScan supports simultaneous scanning of annotations under the `com.alibaba.*` and `org.apache.*` packages, #4330.
+    * Support Zipkin tracing feature provided by Zipkin officially, #3728, #4471
+    * DubboComponentScan supports simultaneous scanning of annotations under the `com.alibaba.*` and `org.apache.*` packages, #4330
 
 4. The Nacos Registration Center only subscribes to the address list and no longer subscribes to configuration information, #4454.