Fix up CHANGES.txt

This commit is contained in:
Aleksey Yeschenko 2017-09-30 10:44:47 +01:00
parent 68a67469f8
commit 15cee48bba
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@
* Fix pending view mutations handling and cleanup batchlog when there are local and remote paired mutations (CASSANDRA-13069)
* Improve config validation and documentation on overflow and NPE (CASSANDRA-13622)
* Range deletes in a CAS batch are ignored (CASSANDRA-13655)
* Avoid assertion error when IndexSummary > 2G (CASSANDRA-12014)
* Change repair midpoint logging for tiny ranges (CASSANDRA-13603)
* Better handle corrupt final commitlog segment (CASSANDRA-11995)
* StreamingHistogram is not thread safe (CASSANDRA-13756)
@ -117,7 +118,6 @@ Merged from 2.2:
* Legacy caching options can prevent 3.0 upgrade (CASSANDRA-13384)
* Nodetool upgradesstables/scrub/compact ignores system tables (CASSANDRA-13410)
* Fix NPE issue in StorageService (CASSANDRA-13060)
* Avoid assertion error when IndexSummary > 2G (CASSANDRA-12014)
Merged from 2.2:
* Avoid starting gossiper in RemoveTest (CASSANDRA-13407)
* Fix weightedSize() for row-cache reported by JMX and NodeTool (CASSANDRA-13393)