You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by il...@apache.org on 2019/03/15 02:35:49 UTC

[incubator-dubbo] branch 2.7.1-release updated: update changes for 2.7.1

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

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


The following commit(s) were added to refs/heads/2.7.1-release by this push:
     new 1d6845c  update changes for 2.7.1
1d6845c is described below

commit 1d6845c0fbb582461ce98e78875f31264156a468
Author: Ian Luo <ia...@gmail.com>
AuthorDate: Fri Mar 15 10:35:22 2019 +0800

    update changes for 2.7.1
---
 CHANGES.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index f6b7bba..ccc8373 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@
 
 ### New Features
 
-- nacos support on 2.7 [3582](https://github.com/apache/incubator-dubbo/issues/3582)
+- nacos support on 2.7 [#3582](https://github.com/apache/incubator-dubbo/issues/3582)
 - support consul as registry center, config center and metadata center [#983](https://github.com/apache/incubator-dubbo/issues/983)
 - etcd registry center support [#808](https://github.com/apache/incubator-dubbo/issues/808)
 - metrics support in dubbo 2.7.1 [#3598](https://github.com/apache/incubator-dubbo/issues/3598)
@@ -31,6 +31,7 @@
 - implement pull request #3412 on master branch [#3418](https://github.com/apache/incubator-dubbo/pull/3418)
 - enhancement for event of response (follow up for pull request #3043) [#3244](https://github.com/apache/incubator-dubbo/issues/3244)
 - bump up hessian-lite version #3423 [#3513](https://github.com/apache/incubator-dubbo/pull/3513)
+- [Dubbo-3610]make snakeyaml transitive, should we do this? [#3659](https://github.com/apache/incubator-dubbo/pull/3659)
 
 ### Bugfixes