Fix 6706 ticket number in CHANGES.txt

This commit is contained in:
Tyler Hobbs 2016-02-04 12:34:41 -06:00
parent 577accd879
commit 1168ddfff5
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ Merged from 2.0:
* Avoid accessing partitioner through StorageProxy (CASSANDRA-8244, 8268)
* Upgrade Metrics library and remove depricated metrics (CASSANDRA-5657)
* Serializing Row cache alternative, fully off heap (CASSANDRA-7438)
* Duplicate rows returned when in clause has repeated values (CASSANDRA-6707)
* Duplicate rows returned when in clause has repeated values (CASSANDRA-6706)
* Make CassandraException unchecked, extend RuntimeException (CASSANDRA-8560)
* Support direct buffer decompression for reads (CASSANDRA-8464)
* DirectByteBuffer compatible LZ4 methods (CASSANDRA-7039)