Add CHANGES.md as release note.

This commit is contained in:
ken.lj 2018-05-15 14:02:20 +08:00
parent 938e52dad9
commit ec87d96a1c
1 changed files with 9 additions and 0 deletions

9
CHANGES.md Normal file
View File

@ -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.