diff --git a/CHANGES.txt b/CHANGES.txt index 5ac79cf399..f734476629 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 2.2.8 + * Add byteman support for testing (CASSANDRA-12377) * Fix INSERT JSON, fromJson() support of smallint, tinyint types (CASSANDRA-12371) * Restore JVM metric export for metric reporters (CASSANDRA-12312) * Release sstables of failed stream sessions only when outgoing transfers are finished (CASSANDRA-11345) diff --git a/build.xml b/build.xml index 1441194cbb..49a0366e95 100644 --- a/build.xml +++ b/build.xml @@ -116,6 +116,8 @@ + + @@ -390,6 +392,11 @@ + + + + + @@ -504,6 +511,9 @@ + + +