Repository: cassandra Updated Branches: refs/heads/trunk 0c727b532 -> 9baf92af2
Add missing CHANGES.txt entry for CASSANDRA-6933 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/9baf92af Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/9baf92af Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/9baf92af Branch: refs/heads/trunk Commit: 9baf92af2b09721fd0e2b99131a8bdb75dd2d7b6 Parents: 0c727b5 Author: Aleksey Yeschenko <[email protected]> Authored: Fri Apr 4 02:15:02 2014 +0300 Committer: Aleksey Yeschenko <[email protected]> Committed: Fri Apr 4 02:15:05 2014 +0300 ---------------------------------------------------------------------- CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/9baf92af/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 9bc8cf9..667cb74 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,7 @@ 3.0 * Remove CQL2 (CASSANDRA-5918) - * add Thrift get_multi_slice call (CASSANDRA-6757) + * Add Thrift get_multi_slice call (CASSANDRA-6757) + * Optimize fetching multiple cells by name (CASSANDRA-6933) 2.1.0-beta2
