diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index c64e5f78746b70d3ba9c0164310111c048df0527..a563b0097026f6de3e29964ab9a935c5545c7094 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -10,14 +10,14 @@ 1. Support using less-than character(<) and greater-than character(>) for sharding data. 1. When master and slave dataSources exist, support executing `SELECT FOR UPDATE` on master dataSource. 1. Support hint in Sharding-Proxy. -1. Finish to parse DAL syntax for MySQL. +1. Finish parsing DAL syntax for MySQL. 1. Make configuration of orchestration compatible between Sharding-JDBC and Sharding-Proxy. ### Bug Fixes 1. Through Bug fix, the feature of encryption becomes much stable and applicable. 1. Support delete statement with alias. -1. Check and disable update sharding column. +1. Check and disable updating sharding column. 1. Fix wrong type of TINYINT and SMALLINT as INTEGER. ### Refactor