Add missing CHANGES entry
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f7c75857 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/f7c75857 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/f7c75857 Branch: refs/heads/cassandra-3.0 Commit: f7c75857da50a73bfa63f206bdd3573c167b46c4 Parents: 6f5dddd Author: Sylvain Lebresne <[email protected]> Authored: Wed Feb 17 11:31:31 2016 +0100 Committer: Sylvain Lebresne <[email protected]> Committed: Wed Feb 17 11:31:31 2016 +0100 ---------------------------------------------------------------------- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/f7c75857/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 49bc581..5c912a1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,6 +9,7 @@ * Fix paging on DISTINCT queries repeats result when first row in partition changes (CASSANDRA-10010) Merged from 2.1: + * Fix incorrect warning in 'nodetool status' (CASSANDRA-10176) * Properly release sstable ref when doing offline scrub (CASSANDRA-10697) * Improve nodetool status performance for large cluster (CASSANDRA-7238) * Gossiper#isEnabled is not thread safe (CASSANDRA-11116)
