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

[shardingsphere-elasticjob] branch master updated: Update 3.0.0-beta release note (#1655)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0890971  Update 3.0.0-beta release note (#1655)
0890971 is described below

commit 0890971452c606e545f913bfb404b146e7b6959c
Author: Liang Zhang <te...@163.com>
AuthorDate: Sat Oct 24 21:36:56 2020 +0800

    Update 3.0.0-beta release note (#1655)
---
 RELEASE-NOTES.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index f7669e4..2dde01d 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -10,15 +10,15 @@
 
 1. Support HTTP job
 1. Remove spring boot dependencies from job kernel module
-1. Support sent email when job execute error
-1. Support sent wechat message when job execute error
-1. Support sent dingtalk message when job execute error
+1. Support email notification when job execute error
+1. Support wechat notification when job execute error
+1. Support dingtalk notification when job execute error
 
 ### Bug Fixes
 
 1. Fix bug of one-off job cannot work with sharding
 1. Fix bug of table and index name case-insensitive for event trace using database
-1. Fix bug of dead lock for one-off job when resharding flag set incorrectly
+1. Fix bug of dead lock when resharding flag set incorrectly
 
 ###  Change Logs