Repository: cassandra Updated Branches: refs/heads/trunk a91d1c965 -> 4d3562f61
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/ef8a9f88 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ef8a9f88 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/ef8a9f88 Branch: refs/heads/trunk Commit: ef8a9f88c5ac28dfc14942c51f18a41338f8530f Parents: c08aaab Author: Robert Stupp <[email protected]> Authored: Thu Jun 11 11:04:48 2015 +0200 Committer: Robert Stupp <[email protected]> Committed: Thu Jun 11 11:04:48 2015 +0200 ---------------------------------------------------------------------- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/ef8a9f88/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 0a03e60..4d4293c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 2.2 + * Add functions to convert timeuuid to date or time, deprecate dateOf and unixTimestampOf (CASSANDRA-9229) * Make sure we cancel non-compacting sstables from LifecycleTransaction (CASSANDRA-9566) @@ -24,7 +25,6 @@ * Revert CASSANDRA-7807 (tracing completion client notifications) (CASSANDRA-9429) * Add ability to stop compaction by ID (CASSANDRA-7207) * Let CassandraVersion handle SNAPSHOT version (CASSANDRA-9438) - * Add functions to convert timeuuid to date or time, deprecate dateOf and unixTimestampOf (CASSANDRA-9229) Merged from 2.1: * Make nodetool exit with non-0 status on failure (CASSANDRA-9569) * (cqlsh) Fix using COPY through SOURCE or -f (CASSANDRA-9083)
