diff --git a/CHANGES.txt b/CHANGES.txt index d9b6a713ca..321e356979 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -97,6 +97,7 @@ * Fix cqlsh automatic protocol downgrade regression (CASSANDRA-13307) * Tracing payload not passed from QueryMessage to tracing session (CASSANDRA-12835) Merged from 3.0: + * Properly handle quoted index names in cqlsh DESCRIBE output (CASSANDRA-12847) * Fix NPE in StorageService.excise() (CASSANDRA-13163) * Expire OutboundTcpConnection messages by a single Thread (CASSANDRA-13265) * Fail repair if insufficient responses received (CASSANDRA-13397) diff --git a/lib/cassandra-driver-internal-only-3.7.1.post0-19c1603.zip b/lib/cassandra-driver-internal-only-3.7.1.post0-19c1603.zip new file mode 100644 index 0000000000..900d64dace Binary files /dev/null and b/lib/cassandra-driver-internal-only-3.7.1.post0-19c1603.zip differ