diff --git a/CHANGES.txt b/CHANGES.txt index bb27f2e10c..9d63abd954 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -158,6 +158,7 @@ 3.11.2 + * Add asm jar to build.xml for maven builds (CASSANDRA-11193) * Round buffer size to powers of 2 for the chunk cache (CASSANDRA-13897) * Update jackson JSON jars (CASSANDRA-13949) * Avoid locks when checking LCS fanout and if we should defrag (CASSANDRA-13930) diff --git a/build.xml b/build.xml index c65721116d..35f137520e 100644 --- a/build.xml +++ b/build.xml @@ -446,8 +446,9 @@ - - + + + @@ -622,8 +623,9 @@ - - + + +