You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ca...@apache.org on 2016/01/06 17:57:10 UTC

[3/6] cassandra git commit: changes.txt

changes.txt


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

Branch: refs/heads/trunk
Commit: e9e127abf7915d1351dac5a4c008c35ecfebf9ef
Parents: 70c08ec
Author: Carl Yeksigian <ca...@apache.org>
Authored: Wed Jan 6 11:53:10 2016 -0500
Committer: Carl Yeksigian <ca...@apache.org>
Committed: Wed Jan 6 11:53:10 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/e9e127ab/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 103ae05..cf872d9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 3.0.3
+ * MV should use the maximum timestamp of the primary key (CASSANDRA-10910)
  * Fix potential assertion error during compaction (CASSANDRA-10944)
  * Fix counting of received sstables in streaming (CASSANDRA-10949)
  * Implement hints compression (CASSANDRA-9428)