You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2014/02/26 14:55:55 UTC

[3/4] git commit: Changelog fix

Changelog fix


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/dc38e4b7
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/dc38e4b7
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/dc38e4b7

Branch: refs/heads/trunk
Commit: dc38e4b7da66241b6ccb33df0c5a3b54d8cb9d41
Parents: b888797
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Wed Feb 26 14:48:46 2014 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Wed Feb 26 14:48:46 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/dc38e4b7/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 65ce8c2..69627bb 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,7 @@
  * Fix AIOOBE when concurrently accessing ABSC (CASSANDRA-6742)
  * Fix assertion error in ALTER TYPE RENAME (CASSANDRA-6705)
  * Scrub should not always clear out repaired status (CASSANDRA-5351)
+ * Improve handling of range tombstone for wide partitions (CASSANDRA-6446)
 
 2.1.0-beta1
  * Add flush directory distinct from compaction directories (CASSANDRA-6357)