document changes made in CASSANDRA-900

Patch by eevans for CASSANDRA-900

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@927100 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Evans 2010-03-24 16:02:42 +00:00
parent 8fb1d3b042
commit a58c7fd9d4
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@ dev
* bitmask matching in SliceRange queries (CASSANDRA-764)
* switched to slf4j logging (CASSANDRA-625)
* drain method to flush memtables and purge commit log prior to shutdown. (CASSANDRA-880)
* access levels for authentication/authorization (CASSANDRA-900)
0.6.0-RC1

View File

@ -6,6 +6,11 @@ Configuraton
- The ThriftAddress and ThriftPort directives have been renamed to
RPCAddress and RPCPort respectively.
Thrift API
----------
- The return type for login() is now AccessLevel.
0.6.0
=====