mention snapshot support in changelog

patch by jbellis for CASSANDRA-372

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@806258 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2009-08-20 17:09:45 +00:00
parent 020d517ef4
commit ec9ee93438
1 changed files with 1 additions and 0 deletions

View File

@ -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.