Add CASSANDRA-7450 to CHANGES
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7c34d8bb Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7c34d8bb Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/7c34d8bb Branch: refs/heads/trunk Commit: 7c34d8bb72672747317963f96c1a22c74d955d84 Parents: 125b464 Author: Yuki Morishita <yu...@apache.org> Authored: Wed Sep 17 15:14:41 2014 -0500 Committer: Yuki Morishita <yu...@apache.org> Committed: Wed Sep 17 15:14:41 2014 -0500 ---------------------------------------------------------------------- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/7c34d8bb/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index ca578f3..cc8c691 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -40,6 +40,7 @@ * Optimise NativeCell comparisons (CASSANDRA-6755) * Configurable client timeout for cqlsh (CASSANDRA-7516) * Include snippet of CQL query near syntax error in messages (CASSANDRA-7111) + * Make repair -pr work with -local (CASSANDRA-7450) Merged from 2.0: * Make CQLSSTableWriter sync within partitions (CASSANDRA-7360) * Potentially use non-local replicas in CqlConfigHelper (CASSANDRA-7906)