Repository: cassandra Updated Branches: refs/heads/cassandra-3.11 7aa89a64e -> 7df942bc5
ninja 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/7df942bc Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7df942bc Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/7df942bc Branch: refs/heads/cassandra-3.11 Commit: 7df942bc5c2b50fccf39b06a96b654ca7840d80f Parents: 7aa89a6 Author: Benjamin Lerer <[email protected]> Authored: Fri Jul 14 19:17:59 2017 +0200 Committer: Benjamin Lerer <[email protected]> Committed: Fri Jul 14 19:17:59 2017 +0200 ---------------------------------------------------------------------- CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/7df942bc/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index edd66e2..87b058e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,7 +11,8 @@ Merged from 3.0: Merged from 2.2: * Fix queries with LIMIT and filtering on clustering columns (CASSANDRA-11223) * Fix potential NPE when resume bootstrap fails (CASSANDRA-13272) - * Fix toJSONString for the UDT, tuple and collection types (CASSANDRA-13592) * Fix nested Tuples/UDTs validation (CASSANDRA-13646) + * Fix toJSONString for the UDT, tuple and collection types (CASSANDRA-13592) + * Fix nested Tuples/UDTs validation (CASSANDRA-13646) 3.11.0 * Allow native function calls in CQLSSTableWriter (CASSANDRA-12606) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
