r/m Clock struct from NEWS

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@999927 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2010-09-22 13:11:51 +00:00
parent 763ada29de
commit 33b9dd027d
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ Thrift API
returned as UTF-8 encoded bytes. OrderPreservingPartitioner and
CollatingOrderPreservingPartitioner continue to expect that keys contain
UTF-8 encoded strings, but RandomPartitioner now works on any key data.
- i64 timestamps have been replaced with the Clock struct.
- keyspace parameters have been replaced with the per-connection
set_keyspace method.
- The return type for login() is now AccessLevel.