Repository: cassandra Updated Branches: refs/heads/trunk 418aefdd2 -> 2fd755970
Fix up CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2fd75597 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2fd75597 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/2fd75597 Branch: refs/heads/trunk Commit: 2fd7559703f64d66cdbb9ee7e3e39726ce2970c6 Parents: 418aefd Author: Aleksey Yeschenko <[email protected]> Authored: Wed May 20 20:06:34 2015 +0300 Committer: Aleksey Yeschenko <[email protected]> Committed: Wed May 20 20:06:34 2015 +0300 ---------------------------------------------------------------------- CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/2fd75597/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 4ee25ab..d480db7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,11 +1,12 @@ 3.0: * Decommissioned nodes will not rejoin the cluster (CASSANDRA-8801) * Change gossip stabilization to use endpoit size (CASSANDRA-9401) - * Add ability to stop compaction by ID (CASSANDRA-7207) + 2.2 * Ensure that UDF and UDAs are keyspace-isolated (CASSANDRA-9409) * Revert CASSANDRA-7807 (tracing completion client notifications) (CASSANDRA-9429) + * Add ability to stop compaction by ID (CASSANDRA-7207) Merged from 2.1: 2.1.6 * Optimize range tombstone memory footprint (CASSANDRA-8603)
