diff --git a/CHANGES.txt b/CHANGES.txt index 6a7a67b8ba..ad2e12e070 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 1.1.1-dev + * incremental repair by token range (CASSANDRA-3912) * streaming commitlog backup + pitr (CASSANDRA-3690) * avoid generating redundant compaction tasks during streaming (CASSANDRA-4174) diff --git a/NEWS.txt b/NEWS.txt index 89af1aba69..8c65101176 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -16,6 +16,7 @@ Features -------- - Continuous commitlog archiving and point-in-time recovery. See conf/commitlog_archiving.properties + - Incremental repair by token range, exposed over JMX 1.1