This is an automated email from the ASF dual-hosted git repository.
liujieqin pushed a commit to branch 2.7.6-release
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/2.7.6-release by this push:
new 75218a9 add 2.7.6 release note
75218a9 is described below
commit 75218a9a7abd55a4bb2be5d65a413c329712caee
Author: qinliujie <[email protected]>
AuthorDate: Tue Mar 3 17:05:38 2020 +0800
add 2.7.6 release note
---
CHANGES.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index aeb112a..0c98ea9 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,21 @@
# Release Notes
+## 2.7.6
+
+### Features
+* Support Service Authentication
+
+### Enhancement
+* Removing the internal JDK API from FileSystemDynamicConfiguration
+* Refactor the APT test-cases implementation of dubbo-metadata-processor in
Java 9+
+* Remove feature envy
+* JsonRpcProtocol support Generalization
+* Reduce object allocation for ProtocolUtils.serviceKey
+* Reduce object allocation for ContextFilter.invoke
+
+### Bugfixes
+* check 2.7.6 milestone for details.
+
## 2.7.5
### Features