From ec87d96a1c0dbc7b76e68a67e1d94c34c93cfaaf Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Tue, 15 May 2018 14:02:20 +0800 Subject: [PATCH] Add CHANGES.md as release note. --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000000..a4e49e269b --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,9 @@ +1. Hessian-lite serialization: revert locale serialization for compatibility, #1413 +2. Asset transfer to ASF, includeing pom, license, DISCLAIMER and so on, #1491 +3. Introduce of new dispatcher policy: EagerThreadpool, #1568 +4. Separate monitor data with group and version, #1407 +5. Spring Boot Enhancenment, #1611 +6. Gaceful shutdown enhancement + - Remove exporter destroy logic in AnnotationBean. + - Waiting for registry notification on consumer side by checking channel state. +7. Simplify consumer/provider side check in RpcContext, #1444. \ No newline at end of file