diff --git a/NEWS.md b/NEWS.md index 4420174f9..663efa310 100644 --- a/NEWS.md +++ b/NEWS.md @@ -19,6 +19,9 @@ CHANGES * `data_read()` no longer shows warning about forthcoming breaking changes in upstream packages when reading `.RData` files. +* `data_modify()` now recognizes `n()`, for example to create an index for data groups + with `1:n()` (#535). + BUG FIXES * `describe_distribution()` no longer errors if the sample was too sparse to compute @@ -70,9 +73,6 @@ CHANGES are CRAN errors occurring when building vignettes on macOS and we couldn't determine the cause after multiple patch releases (#534). -* `data_modify()` now recognizes `n()`, for example to create an index for data groups - with `1:n()` (#535). - # datawizard 0.12.2 * Remove `htmltools` from `Suggests` in an attempt of fixing an error in CRAN