You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2021/10/20 02:22:12 UTC

[shardingsphere] branch master updated: Fix typo in RELEASE-NOTES.md (#13161)

This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d53557  Fix typo in RELEASE-NOTES.md (#13161)
6d53557 is described below

commit 6d5355709c9521b0301209733f305512e0ec3f22
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Wed Oct 20 10:21:32 2021 +0800

    Fix typo in RELEASE-NOTES.md (#13161)
---
 RELEASE-NOTES.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 36c3070..930fc0c 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -9,14 +9,14 @@
 1. New DistSQL syntax: disable readwrite-splitting read data source
 1. New DistSQL syntax: `DROP SHARDING ALGORITHM`
 1. New DistSQL syntax: `ALTER RESOURCE`
-1. Support `3` modes, including Memory、Standalone and Cluster mode
+1. Support `3` modes, including Memory, Standalone and Cluster mode
 1. Proxy supports for openGauss
 
 ### API Change
 
 1. Add schema name configuration for ShardingSphere-JDBC
 1. Add default sharding column configuration
-1. Add readwrite-splitting configuration item `queryConsistent`, and chang the default value of consistent routing to `false`
+1. Add readwrite-splitting configuration item `queryConsistent`, and change the default value of consistent routing to `false`
 1. Change the default authority provider from `NATIVE` to `ALL_PRIVILEGES_PERMITTED`
 1. SCTL syntax adjustment, merged with DistSQL RAL syntax
 1. `SHOW RESOURCES` DistSQL is adjusted to `SHOW SCHEMA RESOURCES`