From d16c4468e86fbdb82ed981ef6c6ced6f275e4f21 Mon Sep 17 00:00:00 2001 From: Pavel Yaskevich Date: Sat, 26 May 2012 22:52:01 +0300 Subject: [PATCH] add missing CHANGES.txt entry for CASSANDRA-3865 --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index 2700661a83..0156fe26ad 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -62,6 +62,7 @@ * Check for unknown/invalid compression options (CASSANDRA-4266) * (cql3) Adds simple access to column timestamp and ttl (CASSANDRA-4217) * (cql3) Fix range queries with secondary indexes (CASSANDRA-4257) + * Better error messages from improper input in cli (CASSANDRA-3865) Merged from 1.0: * Fix super columns bug where cache is not updated (CASSANDRA-4190) * fix maxTimestamp to include row tombstones (CASSANDRA-4116)