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/12/13 06:54:01 UTC

[dubbo] branch 2.7.5-release updated: Fix format issue in CHANGES.md

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

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


The following commit(s) were added to refs/heads/2.7.5-release by this push:
     new eac951d  Fix format issue in CHANGES.md
eac951d is described below

commit eac951d61ccbae36c8450b6d57f37c32f5da927b
Author: ken.lj <ke...@gmail.com>
AuthorDate: Fri Dec 13 14:53:43 2019 +0800

    Fix format issue in CHANGES.md
---
 CHANGES.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 8212ffc..e29bd99 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,6 @@
 
 ### Features
 
-* 
 * Support HTTP/2 through gRPC, offers all features supported by HTTP/2 and gRPC
     * Stream communication: client stream, server stream and bi-stream.
     * Reactive stream style RPC call.