From 33b9dd027d0d8df61b650f7d9cf218c0254c7df4 Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Wed, 22 Sep 2010 13:11:51 +0000 Subject: [PATCH] r/m Clock struct from NEWS git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@999927 13f79535-47bb-0310-9956-ffa450edef68 --- NEWS.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index a91c18ba22..e55634a4bb 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -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.