diff --git a/CHANGES.txt b/CHANGES.txt
index 547fc07b20..e3bda6cdbf 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
3.0.11
+ * Dump threads when unit tests time out (CASSANDRA-13117)
* Better error when modifying function permissions without explicit keyspace (CASSANDRA-12925)
* Indexer is not correctly invoked when building indexes over sstables (CASSANDRA-13075)
* Read repair is not blocking repair to finish in foreground repair (CASSANDRA-13115)
diff --git a/build.xml b/build.xml
index 2d33de603f..476cd14b20 100644
--- a/build.xml
+++ b/build.xml
@@ -1108,6 +1108,8 @@
+
+