From ec9ee934382ee562eb2fabd7f5e94f7d133d79b6 Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Thu, 20 Aug 2009 17:09:45 +0000 Subject: [PATCH] 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 --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index f5f2443fcd..969ea5aa34 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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.