From 8fc1946395a0f1a204332290d7663ba4077e83c9 Mon Sep 17 00:00:00 2001 From: jamesaazam Date: Thu, 12 Dec 2024 15:35:37 +0000 Subject: [PATCH] Add NEWs item --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 29b8a2ebf..f3ae3dc6f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -18,6 +18,7 @@ - A bug was fixed where the initial growth was never estimated (i.e. the prior mean was always zero). By @sbfnk in #853 and reviewed by @seabbs. - A bug was fixed where an internal function for applying a default cdf cutoff failed due to a difference a vector length issue. By @jamesmbaazam in #858 and reviewed by @sbfnk. - All parameters have been changed to the new parameter interface. By @sbfnk in #871 and reviewed by @seabbs. +- A bug was fixed where `plot.dist_spec()` wasn't throwing an informative error due to an incomplete check for the max of the specified delay. By @jamesmbaazam in #858 and reviewed by @. ## Package changes