You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2015/08/17 10:42:33 UTC

cassandra git commit: Fix typo in NEWS message

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-3.0 ec50348d3 -> c6cbc436b


Fix typo in NEWS message


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c6cbc436
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/c6cbc436
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/c6cbc436

Branch: refs/heads/cassandra-3.0
Commit: c6cbc436b2d94eab21c00f5dbb74f0d8a3dcb46b
Parents: ec50348
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Mon Aug 17 10:42:26 2015 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Mon Aug 17 10:42:26 2015 +0200

----------------------------------------------------------------------
 NEWS.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/c6cbc436/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 3ba7efa..ef764ad 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -65,7 +65,7 @@ Upgrading
    - Only map syntax is now allowed for caching options. ALL/NONE/KEYS_ONLY/ROWS_ONLY syntax
      has been deprecated since 2.1.0 and is being removed in 3.0.0.
    - The 'index_interval' option for 'CREATE TABLE' statements, which has been deprecated
-     since 2.0 and replaced with the 'min_index_interval' and 'max_index_interval' options,
+     since 2.1 and replaced with the 'min_index_interval' and 'max_index_interval' options,
      has now been removed.
    - Batchlog entries are now stored in a new table - system.batches.
      The old one has been deprecated.