fix missing CHANGES entry

This commit is contained in:
Brandon Williams 2020-04-28 10:02:06 -05:00
parent 8459121a04
commit d7ffdb2d91
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
3.11.7
* Allow sstableloader to use SSL on the native port (CASSANDRA-14904)
Merged from 3.0:
* Fix infinite loop on index query paging in tables with clustering (CASSANDRA-14242)
* Fix chunk index overflow due to large sstable with small chunk length (CASSANDRA-15595)
* Allow selecting static column only when querying static index (CASSANDRA-14242)
* cqlsh return non-zero status when STDIN CQL fails (CASSANDRA-15623)