From cf06bc8bf879b088faacaca5985cbd2328e1508c Mon Sep 17 00:00:00 2001 From: Sebastian Funk Date: Thu, 11 Jul 2024 15:32:36 +0100 Subject: [PATCH] add news item --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index cd04060f1..cceaa763e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -12,6 +12,7 @@ - a bug was fixed that caused delay option functions to report an error if only the tolerance was specified. By @sbfnk in #716 and reviewed by @jamesmbaazam. - a bug was fixed where `forecast_secondary()` did not work with fixed delays. By @sbfnk in #717 and reviewed by @seabbs. +- a bug was fixed that caused delay option functions to report an error if only the tolerance was specified. By @sbfnk. ## Documentation