From d9f128dc756f577fb14caf395b1ff9106c5bc996 Mon Sep 17 00:00:00 2001 From: Sam Abbott Date: Wed, 6 Sep 2023 16:52:24 +0100 Subject: [PATCH] Update NEWS.md --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index fef64b672..7fa9ca91a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -28,7 +28,7 @@ This release is in development. For a stable release install 1.3.5 from CRAN. * Fixed an edge case breaking summary output. Reported by @jrcpulliam, fixed by @sbfnk in #436 and reviewed by @seabbs. * Added content to the vignette for the estimate_truncation model. By @sbfnk in #439 and reviewed by @seabbs. * Added a feature to the `estimate_truncation` to allow it to be applied to time series that are shorter than the truncation max. By @sbfnk in #438 and reviewed by @seabbs. -* Changed the `estimate_truncation` to use the `dist_spec` interface, deprecating existing options `max_trunc` and `trunc_dist`. By @sbfnk in #448. +* Changed the `estimate_truncation` to use the `dist_spec` interface, deprecating existing options `max_trunc` and `trunc_dist`. By @sbfnk in #448 reviewed by @seabbs. ## Documentation