This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch 2.6.5-release in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git
commit c290991cb5dc02e1cdb0e36b11f92af1ba093e71 Author: ken.lj <[email protected]> AuthorDate: Tue Nov 13 16:07:32 2018 +0800 Update release note --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index e95ea44..9bb673a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,7 @@ Enhancements / Features: - Optimize LeastActiveLoadBalance and add weight test case. [#2540](https://github.com/apache/incubator-dubbo/issues/2540) - Smooth Round Robin selection. [#2578](https://github.com/apache/incubator-dubbo/issues/2578) [#2647](https://github.com/apache/incubator-dubbo/pull/2647) - [Enhancement] Resolve the placeholders for sub-properties. [#2297](https://github.com/apache/incubator-dubbo/issues/2297) +- Add ability to turn off SPI auto injection, special support for generic Object type injection. [#2681](https://github.com/apache/incubator-dubbo/pull/2681) Bugfixes:
