This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo.git
commit b89f1fbc731a7feaa2b1d394069e76f920744e0f Author: ken.lj <[email protected]> AuthorDate: Fri Jul 12 16:42:04 2019 +0800 update change list --- CHANGES.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2d19b99..a88905b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -24,7 +24,9 @@ 5. Support to read the environment configuration from the specified location, which can be specified by -D or OS VARIABLE. Please refer to [automatically loading environment variables](http://dubbo.apache.org/en-us/docs/user/configuration/environment-variables.html) -6. Some other bugfixes, #4346 #4338 #4349 #4377 +6. Fix consumer cannot downgrade to providers with no tags when there's no tagged providers can match, #4525 + +7. Some other bugfixes, #4346 #4338 #4349 #4377 ### Change List @@ -48,7 +50,9 @@ 5. 支持从指定位置读取环境配置,可通过-D或OS VARIABLE指定,具体请参见[使用说明](http://dubbo.apache.org/zh-cn/docs/user/configuration/environment-variables.html) -6. 其他一些bugfix,#4346 #4338 #4349 #4377 +6. 标签路由在消费端使用静态打标方式时,无法实现自动降级以消费无标签提供者 #4525 + +7. 其他一些bugfix,#4346 #4338 #4349 #4377 ## 2.7.2
