From 543b2a79168880dab0af605ae8c8d6ed68582ed1 Mon Sep 17 00:00:00 2001 From: Thomas Vincent Date: Sat, 22 Aug 2026 03:45:31 -0700 Subject: [PATCH] docs: record recently merged changes Signed-off-by: Thomas Vincent --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7db7d7..0b166712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ## ChangeLog --- develop --- +* issue: Drain only the notifications this run claimed (PR #804) +* issue: Correct counter delta, wrap modulus and percent denominator (PR #791) +* issue: Keep zero readings and stop falling back to the wrong data source (PR #790) +* issue: Correct the expression evaluator against rrdtool semantics (PR #788) +* issue: Thold integration dependency installation (PR #777) * issue#686: Applying a templated threshold to a graph via the wrench icon, creates a duplicate graph * issue#707: Excessive timeout for row caching prevents data from being updated timely