ninja: fix CHANGES.txt
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/45b6b5b1 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/45b6b5b1 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/45b6b5b1 Branch: refs/heads/trunk Commit: 45b6b5b1c693b020361b4341d187725d016c0e17 Parents: 143c503 Author: Paulo Motta <[email protected]> Authored: Wed Mar 1 22:11:19 2017 -0300 Committer: Paulo Motta <[email protected]> Committed: Wed Mar 1 22:11:19 2017 -0300 ---------------------------------------------------------------------- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/45b6b5b1/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index ec3d826..2c3ac39 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,11 +1,11 @@ 3.0.12 - * Avoid race on receiver by starting streaming sender thread after sending init message (CASSANDRA-12886) * Update c.yaml doc for offheap memtables (CASSANDRA-13179) * Faster StreamingHistogram (CASSANDRA-13038) * Legacy deserializer can create unexpected boundary range tombstones (CASSANDRA-13237) * Remove unnecessary assertion from AntiCompactionTest (CASSANDRA-13070) * Fix cqlsh COPY for dates before 1900 (CASSANDRA-13185) Merged from 2.2 + * Avoid race on receiver by starting streaming sender thread after sending init message (CASSANDRA-12886) * Fix "multiple versions of ant detected..." when running ant test (CASSANDRA-13232) * Coalescing strategy sleeps too much (CASSANDRA-13090) * Fix flaky LongLeveledCompactionStrategyTest (CASSANDRA-12202)
