From aa3451c55bd0d0a01b2b1039e1c47178193f9d12 Mon Sep 17 00:00:00 2001 From: Maxwell Guo Date: Tue, 27 Jan 2026 19:26:36 +0800 Subject: [PATCH] ninja: add missing CHANGES.txt for CASSANDRA-20081 --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index 90cbf6d684..02a9f8728b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 5.1 + * Enhance nodetool compactionhistory to report more compaction properities (CASSANDRA-20081) * Fix initial auto-repairs skipped by too soon check (CASSANDRA-21115) * Add configuration to disk usage guardrails to stop writes across all replicas of a keyspace when any node replicating that keyspace exceeds the disk usage failure threshold. (CASSANDRA-21024) * BETWEEN where token(Y) > token(Z) returns wrong answer (CASSANDRA-20154)