You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sa...@apache.org on 2015/08/24 20:07:56 UTC

[3/9] cassandra git commit: Fix CHANGES.txt

Fix CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/62f27e20
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/62f27e20
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/62f27e20

Branch: refs/heads/trunk
Commit: 62f27e20e0aa35766fe62c38425198be5a2a8a05
Parents: 2d477a4
Author: Sam Tunnicliffe <sa...@beobal.com>
Authored: Mon Aug 24 18:41:46 2015 +0100
Committer: Sam Tunnicliffe <sa...@beobal.com>
Committed: Mon Aug 24 18:43:50 2015 +0100

----------------------------------------------------------------------
 CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/62f27e20/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index b9af440..06b524d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,6 @@
 2.2.1
+ * Allow count(*) and count(1) to be use as normal aggregation (CASSANDRA-10114)
+ * An NPE is thrown if the column name is unknown for an IN relation (CASSANDRA-10043)
  * Apply commit_failure_policy to more errors on startup (CASSANDRA-9749)
  * Fix histogram overflow exception (CASSANDRA-9973)
  * Route gossip messages over dedicated socket (CASSANDRA-9237)