You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by be...@apache.org on 2014/06/30 15:45:24 UTC

[6/8] git commit: fix CHANGES.txt

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/9a0ea530
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/9a0ea530
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/9a0ea530

Branch: refs/heads/trunk
Commit: 9a0ea530b0543506c3c6cf70db77d040f03e2056
Parents: 230053f
Author: Benedict Elliott Smith <be...@apache.org>
Authored: Mon Jun 30 14:44:45 2014 +0100
Committer: Benedict Elliott Smith <be...@apache.org>
Committed: Mon Jun 30 14:44:45 2014 +0100

----------------------------------------------------------------------
 CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/9a0ea530/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index f94f1a8..5711fc2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,7 +2,7 @@
  * Improve schema merge performance (CASSANDRA-7444)
  * Fix NPE when unknown prepared statement ID is used (CASSANDRA-7454)
  * Adjust MT depth based on # of partition validating (CASSANDRA-5263)
-
+ * Optimise NativeCell comparisons (CASSANDRA-6755)
 
 2.1.0
  * (Windows) handle spaces in path names (CASSANDRA-7451)