You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2009/08/20 19:09:45 UTC

svn commit: r806258 - /incubator/cassandra/trunk/CHANGES.txt

Author: jbellis
Date: Thu Aug 20 17:09:45 2009
New Revision: 806258

URL: http://svn.apache.org/viewvc?rev=806258&view=rev
Log:
mention snapshot support in changelog
patch by jbellis for CASSANDRA-372

Modified:
    incubator/cassandra/trunk/CHANGES.txt

Modified: incubator/cassandra/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/CHANGES.txt?rev=806258&r1=806257&r2=806258&view=diff
==============================================================================
--- incubator/cassandra/trunk/CHANGES.txt (original)
+++ incubator/cassandra/trunk/CHANGES.txt Thu Aug 20 17:09:45 2009
@@ -7,6 +7,7 @@
    different types of operation on the same ColumnFamily could
    disagree on what data was present
  * Configurable LRU cache for key lookups
+ * Snapshot support via JMX
  * Thrift API has changed a _lot_:
     - removed time-sorted CFs; instead, user-defined comparators
       may be defined on the column names, which are now byte arrays.