From e480deb74c8ea172e1d5e69630971c4b59bb43dd Mon Sep 17 00:00:00 2001 From: simonpcouch Date: Mon, 21 Oct 2024 14:04:41 -0700 Subject: [PATCH] note upkeep in NEWS --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index 592ecde10..2b4f9b1c3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # broom (development version) +* Various improvements to infrastructure and testing: + - Migrated all messages, warnings, and errors to use the cli package (#1230). + - Aligned names of source and test files (#1229). + - Transitioned to the third edition of testthat (#1228). + * `tidy.coeftest` now returns non-`NA` values for `conf.low` and `conf.high` for a model fitted with only a constant term and cluster robust std errors computed using `vcovCL` from `sandwich` (#1227).