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

[2/4] git commit: Update CHANGES for CASSANDRA-6522

Update CHANGES for CASSANDRA-6522


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

Branch: refs/heads/trunk
Commit: 933df01d2b64ecf3698e171017e37d67546acfb7
Parents: 862698c
Author: Marcus Eriksson <ma...@apache.org>
Authored: Thu Feb 6 17:58:36 2014 +0100
Committer: Marcus Eriksson <ma...@apache.org>
Committed: Thu Feb 6 17:58:36 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/933df01d/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 58d3f90..8148083 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,7 +6,8 @@
 Merged from 1.2:
  * Fix upgradesstables NPE for non-CF-based indexes (CASSANDRA-6645)
  * Fix partition and range deletes not triggering flush (CASSANDRA-6655)
-
+ * Account for range/row tombstones in tombstone drop
+   time histogram (CASSANDRA-6522)
 
 2.0.5
  * Reduce garbage generated by bloom filter lookups (CASSANDRA-6609)