You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2020/11/04 13:24:31 UTC

[shardingsphere] branch master updated: Update RELEASE-NOTES.md (#8030)

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

panjuan 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 2cb272e  Update RELEASE-NOTES.md (#8030)
2cb272e is described below

commit 2cb272e284d08d0c23700620ece629508d4ed694
Author: DuanZhengqiang <st...@gmail.com>
AuthorDate: Wed Nov 4 21:24:08 2020 +0800

    Update RELEASE-NOTES.md (#8030)
---
 RELEASE-NOTES.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index e35f9a8..0a23acb 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -33,7 +33,7 @@
 1. The enhancement for PostgreSQL syntax definition and parsing process.
 1. The enhancement for sub-queries in different database dialects.
 1. Support MySQL view operations for non-sharding tables
-1. Support MySQL stored functions and procedure operations for non-sharding tables.
+1. Support MySQL stored function and procedure operations for non-sharding tables.
 1. Support SQLServer Top syntax.
 1. Optimize the metadata loading to improve the startup speed.
 1. Optimize batch insert performance.