You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/11/05 09:16:05 UTC

[iotdb] branch rel/0.11 updated: fix typo

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

qiaojialin pushed a commit to branch rel/0.11
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.11 by this push:
     new 89d1b21  fix typo
89d1b21 is described below

commit 89d1b2197a34333e0207e685e0fc18420a98c72c
Author: qiaojialin <64...@qq.com>
AuthorDate: Thu Nov 5 17:15:42 2020 +0800

    fix typo
---
 RELEASE_NOTES.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index e24e640..c9b8fcd 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -77,7 +77,7 @@
 * IOTDB-872 Enable setting timezone at client
 * IOTDB-877 fix prefix bug on show storage group and show devices
 * IOTDB-904 fix update last cache NullPointerException
-* IOTDB-920 Disable insert row thats only contains time/timestamp column
+* IOTDB-920 Disable insert row that only contains time/timestamp column
 * IOTDB-921 When execute two query simultaneously in one statement, got error
 * IOTDB-922 Int and Long can convert to each other in ResultSet
 * IOTDB-947 Fix error when counting node with wildcard
@@ -153,7 +153,7 @@
 * IOTDB-671 Add clear cache command
 * Support open and close time range in group by, e.g, [), (]
 * Online upgrade from 0.9.x
-* Support speical characters in path: -/+&%$#@
+* Support special characters in path: -/+&%$#@
 * IOTDB-446 Support path start with a digit, e.g., root.sg.12a
 * enable rpc compression in session pool
 * Make JDBC OSGi usable and added a feature file
@@ -181,7 +181,7 @@
 * IOTDB-597 Rename methods in Session: insertBatch to insertTablet, insertInBatch to insertRecords, insert to insertRecord
 * RPC is incompatible, you can not use client-v0.9 to connect with server-v0.10
 * TsFile format is incompatible, will be upgraded when starting 0.10
-* Refine exception code in narive api
+* Refine exception code in native api
 
 ## Miscellaneous changes