From 75218a9a7abd55a4bb2be5d65a413c329712caee Mon Sep 17 00:00:00 2001 From: qinliujie Date: Tue, 3 Mar 2020 17:05:38 +0800 Subject: [PATCH] add 2.7.6 release note --- CHANGES.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index aeb112a587..0c98ea9762 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