You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2010/01/12 16:31:15 UTC

svn commit: r898367 - /incubator/cassandra/branches/cassandra-0.5/CHANGES.txt

Author: jbellis
Date: Tue Jan 12 15:31:15 2010
New Revision: 898367

URL: http://svn.apache.org/viewvc?rev=898367&view=rev
Log:
s/get_slice_range/get_range_slice/ in RC2 changelog entry

Modified:
    incubator/cassandra/branches/cassandra-0.5/CHANGES.txt

Modified: incubator/cassandra/branches/cassandra-0.5/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/cassandra/branches/cassandra-0.5/CHANGES.txt?rev=898367&r1=898366&r2=898367&view=diff
==============================================================================
--- incubator/cassandra/branches/cassandra-0.5/CHANGES.txt (original)
+++ incubator/cassandra/branches/cassandra-0.5/CHANGES.txt Tue Jan 12 15:31:15 2010
@@ -3,7 +3,7 @@
 
 
 0.5.0 RC2 (unreleased)
- * fix bugs in converting get_slice_range results to Thrift 
+ * fix bugs in converting get_range_slice results to Thrift 
    (CASSANDRA-647, CASSANDRA-649)
  * TcpConnectionManager was holding on to disconnected connections, 
    giving the false indication they were being used. (CASSANDRA-651)