diff --git a/CHANGES.txt b/CHANGES.txt index ff42be04ad..021588a4fe 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -18,9 +18,12 @@ * Fix using read_repair_chance instead of merge_shard_change (CASSANDRA-3202) * Avoid streaming data to nodes that already have it, on move as well as decommission (CASSANDRA-3041) - * Fix divide by zero error in GCInspector + * Fix divide by zero error in GCInspector (CASSANDRA-3164) * allow quoting of the ColumnFamily name in CLI `create column family` statement (CASSANDRA-3195) + * Fix rolling upgrade from 0.7 to 0.8 problem (CASANDRA-3166) + * Accomodate missing encryption_options in IncomingTcpConnection.stream + (CASSANDRA-3212) 0.8.5 diff --git a/NEWS.txt b/NEWS.txt index 23b7714217..6765e5941d 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -5,6 +5,7 @@ Features -------- - describe_ring now returns both the listen_address and rpc_address + 0.8.5 =====