From 1d6845c0fbb582461ce98e78875f31264156a468 Mon Sep 17 00:00:00 2001 From: Ian Luo Date: Fri, 15 Mar 2019 10:35:22 +0800 Subject: [PATCH] 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 f6b7bbaf6a..ccc8373a72 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