From edcfe32be1cb7023c52465a3c06eb36ee0e7ef63 Mon Sep 17 00:00:00 2001 From: Sylvain Lebresne Date: Fri, 8 Apr 2016 14:10:49 +0200 Subject: [PATCH] Fix changelog after backporting #11353 --- CHANGES.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index f24c93b6ae..74ba07ebdc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,4 @@ 3.6 - * Correctly fix potential assertion error during compaction (CASSANDRA-11353) * Make LZ4 compression level configurable (CASSANDRA-11051) * Allow per-partition LIMIT clause in CQL (CASSANDRA-7017) * Make custom filtering more extensible with UserExpression (CASSANDRA-11295)