You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by al...@apache.org on 2015/11/09 16:45:13 UTC

[4/5] cassandra git commit: Fix CHANGES.txt for 3.0.1

Fix CHANGES.txt for 3.0.1


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

Branch: refs/heads/trunk
Commit: b408f9ebea8b86255f7ce14b06bb96af6d83d1ee
Parents: a204332
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Mon Nov 9 15:44:04 2015 +0000
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Mon Nov 9 15:44:04 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/b408f9eb/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 0f59b5f..a1f66fa 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,8 @@
+3.0.1
+Merged from 2.1:
+ * Remove superfluous COUNTER_MUTATION stage mapping (CASSANDRA-10605)
+
+
 3.0
  * Fix AssertionError while flushing memtable due to materialized views
    incorrectly inserting empty rows (CASSANDRA-10614)