diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 0959b8c2dd635738d4acd236c76a5dafa209bf4c..bc17fed3cbad1af027c4fd76a96816d2853d0302 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -37,6 +37,12 @@ 1. [ISSUE #720](https://github.com/sharding-sphere/sharding-sphere/issues/720) Support inject sharding algorithm objects by spring namespace 1. [ISSUE #1153](https://github.com/sharding-sphere/sharding-sphere/issues/1153) Reconstruct orchestration module to make it independent +### Changes + +### API changes +1. [ISSUE #1153](https://github.com/sharding-sphere/sharding-sphere/issues/1153) Adjust the maven coordinate for Orchestration module +1. [ISSUE #1203](https://github.com/sharding-sphere/sharding-sphere/issues/1203) Change Spring namespace API for Sharding + Master-slave configuration + ### Bug Fixes #### Core diff --git a/RELEASE-NOTES_ZH.md b/RELEASE-NOTES_ZH.md index 1feba92005df951c684131ed7bc8e1ef15d03978..960d7f5ed215a35959d7cf64882b9f1f205d58c0 100644 --- a/RELEASE-NOTES_ZH.md +++ b/RELEASE-NOTES_ZH.md @@ -36,7 +36,13 @@ 1. [ISSUE #702](https://github.com/sharding-sphere/sharding-sphere/issues/702) 支持以 `$->{..}` 作为行表达式的标记 1. [ISSUE #719](https://github.com/sharding-sphere/sharding-sphere/issues/719) 支持Spring bean的方式在命名空间中注入自增序列生成器对象 1. [ISSUE #720](https://github.com/sharding-sphere/sharding-sphere/issues/720) 支持Spring bean的方式在命名空间中注入分片算法对象 -1. [ISSUE #1153](https://github.com/sharding-sphere/sharding-sphere/issues/1153) 治理模块重构独立解耦 + +### 结构调整 + +### API调整 +1. [ISSUE #1153](https://github.com/sharding-sphere/sharding-sphere/issues/1153) 调整Orchestration模块Maven坐标 +1. [ISSUE #1203](https://github.com/sharding-sphere/sharding-sphere/issues/1203) 修改Sharding + Master-slave配置的Spring namespace API + ### 缺陷修正