Author: jbellis
Date: Sun Sep 5 18:18:30 2010
New Revision: 992848
URL: http://svn.apache.org/viewvc?rev=992848&view=rev
Log:
mention framed mode in NEWS
Modified:
cassandra/trunk/NEWS.txt
Modified: cassandra/trunk/NEWS.txt
URL:
http://svn.apache.org/viewvc/cassandra/trunk/NEWS.txt?rev=992848&r1=992847&r2=992848&view=diff
==============================================================================
--- cassandra/trunk/NEWS.txt (original)
+++ cassandra/trunk/NEWS.txt Sun Sep 5 18:18:30 2010
@@ -58,6 +58,8 @@ Upgrading
Thrift API
----------
+ - The Cassandra server now defaults to framed mode, rather than
+ unframed. Unframed is obsolete and will be removed in the future.
- Multiget key collection is now a set, rather than a list
(for dynamic languages, this is a non-issue since really any
iterable is accepted)