From b2b38890774a08043ff0f42addf267de06def2be Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 16 Feb 2026 11:04:27 +0000 Subject: [PATCH] docs: changelog for #480 --- docs/changelog/main.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog/main.md b/docs/changelog/main.md index 4053748d..27085016 100644 --- a/docs/changelog/main.md +++ b/docs/changelog/main.md @@ -86,3 +86,5 @@ meant that there was a potential race condition when shutting down the system which could result in loss of accountability of the message(s) that were part of that request. + * Fixed possible integer overflow when computing a very long delay. + Thanks to @edgarsendernet! #480