diff --git a/CHANGES.txt b/CHANGES.txt
index 41c65741d9..e9b5b439b5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,7 @@ Merged from 3.11:
* dropping of a materialized view creates a snapshot with dropped- prefix (CASSANDRA-17415)
* Validate existence of DCs when repairing (CASSANDRA-17407)
Merged from 3.0:
+ * Require ant >= 1.10 (CASSANDRA-17428)
* Disallow CONTAINS for UPDATE and DELETE (CASSANDRA-15266)
* Suppress inapplicable CVEs (CASSANDRA-17368)
* Fix flaky test - test_cqlsh_completion.TestCqlshCompletion (CASSANDRA-17338)
diff --git a/build.xml b/build.xml
index f152ea4cef..6cd135fc15 100644
--- a/build.xml
+++ b/build.xml
@@ -18,6 +18,15 @@
xmlns:artifact="antlib:org.apache.maven.artifact.ant"
xmlns:if="ant:if"
xmlns:unless="ant:unless">
+
+
+
+
+
+
+
+
+