Repository: cassandra Updated Branches: refs/heads/trunk 74f4bc331 -> 012de8bed
NINJA follow on 10114 - fix NEWS.txt Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bc25ca10 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bc25ca10 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bc25ca10 Branch: refs/heads/trunk Commit: bc25ca10cbfc9b732975bd768033a17d9de685b3 Parents: 2ac45ae Author: blerer <[email protected]> Authored: Wed Aug 26 15:47:09 2015 +0200 Committer: blerer <[email protected]> Committed: Wed Aug 26 15:47:09 2015 +0200 ---------------------------------------------------------------------- NEWS.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/bc25ca10/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index fa95cfa..2d6d927 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -22,6 +22,11 @@ Upgrading - Nothing specific to this release, but please see 2.2 if you are upgrading from a previous version. +New features +------------ + - COUNT(*) and COUNT(1) can be selected with other columns or functions + + 2.2 === @@ -109,7 +114,6 @@ New features - The toTimestamp(date) and toUnixTimestamp(date) functions have been added to allow to convert from date into timestamp type and bigint raw value. - SizeTieredCompactionStrategy parameter cold_reads_to_omit has been removed. - - COUNT(*) and COUNT(1) can be selected with other columns or functions 2.1.9
