diff --git a/NEWS.txt b/NEWS.txt index 1c68de6861..ea4ae1e9bd 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -33,6 +33,9 @@ Operations - Disabling autocompactions by setting min/max compaction threshold to 0 has been deprecated, instead, use the nodetool commands 'disableautocompaction' and 'enableautocompaction' or set the compaction strategy option enabled = false + - ALTER TABLE DROP has been reenabled for CQL3 tables and has new semantics now. + See https://cassandra.apache.org/doc/cql3/CQL.html#alterTableStmt and + https://issues.apache.org/jira/browse/CASSANDRA-3919 for details. 1.2.4 diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile index 83ed82a449..a0793030d5 100644 --- a/doc/cql3/CQL.textile +++ b/doc/cql3/CQL.textile @@ -338,6 +338,7 @@ bc(syntax).. ::= ALTER TYPE | ADD + | DROP | WITH