You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2010/08/17 01:02:30 UTC

svn commit: r986156 - /cassandra/trunk/CHANGES.txt

Author: brandonwilliams
Date: Mon Aug 16 23:02:30 2010
New Revision: 986156

URL: http://svn.apache.org/viewvc?rev=986156&view=rev
Log:
mention CASSANDRA-699 in changes

Modified:
    cassandra/trunk/CHANGES.txt

Modified: cassandra/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/cassandra/trunk/CHANGES.txt?rev=986156&r1=986155&r2=986156&view=diff
==============================================================================
--- cassandra/trunk/CHANGES.txt (original)
+++ cassandra/trunk/CHANGES.txt Mon Aug 16 23:02:30 2010
@@ -14,6 +14,7 @@ dev
 0.7-beta1
  * sstable versioning (CASSANDRA-389)
  * switched to slf4j logging (CASSANDRA-625)
+ * add (optional) expiration time for column (CASSANDRA-699)
  * access levels for authentication/authorization (CASSANDRA-900)
  * add ReadRepairChance to CF definition (CASSANDRA-930)
  * fix heisenbug in system tests, especially common on OS X (CASSANDRA-944)