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


Add the removal of 'index_interval' to the NEWS file


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

Branch: refs/heads/cassandra-3.0
Commit: ec50348d30c4d47921bfa2ec2835524f924fe185
Parents: 29687a8
Author: Sylvain Lebresne <sylv...@datastax.com>
Authored: Mon Aug 17 10:41:03 2015 +0200
Committer: Sylvain Lebresne <sylv...@datastax.com>
Committed: Mon Aug 17 10:41:17 2015 +0200

----------------------------------------------------------------------
 NEWS.txt | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/ec50348d/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 26fe902..3ba7efa 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -64,6 +64,9 @@ Upgrading
      be done by setting the new option `enabled` to `false`.
    - 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,
+     has now been removed.
    - Batchlog entries are now stored in a new table - system.batches.
      The old one has been deprecated.
    - JMX methods set/getCompactionStrategyClass have been removed, use

Reply via email to