From 254991750c4fc38b38a78c895b8254f3baf19cfa Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Wed, 21 Jun 2023 17:59:51 -0500 Subject: [PATCH] Add missing changes --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index abbd7181f7..f36257a8e1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,7 @@ * Add keyspace and table name to exception message during ColumnSubselection deserialization (CASSANDRA-18346) * Remove unnecessary String.format invocation in QueryProcessor when getting a prepared statement from cache (CASSANDRA-17202) Merged from 3.0: + * Backport CASSANDRA-10508: Remove hard-coded SSL cipher suites (CASSANDRA-18575) * Suppress CVE-2023-2976 (CASSANDRA-18562) * Remove dh_python use in Debian packaging (CASSANDRA-18558) * Pass down all contact points to driver for cassandra-stress (CASSANDRA-18025)