cqlsh: Add (LOCAL_)SERIAL consistency levels

Patch by Carl Yeksigian; reviewed by Stefania Alborghetti for
CASSANDRA-8051
This commit is contained in:
Carl Yeksigian 2015-05-05 14:43:56 -05:00 committed by Tyler Hobbs
parent 9b77cdea76
commit afe541a482
2 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
2.0.15:
* (cqlsh) Add SERIAL and LOCAL_SERIAL consistency levels (CASSANDRA-8051)
* Fix index selection during rebuild with certain table layouts (CASSANDRA-9281)
* Fix partition-level-delete-only workload accounting (CASSANDRA-9194)
* Allow scrub to handle corrupted compressed chunks (CASSANDRA-9140)