From b0b976f5b600a1a8799c9e70745fc908dd9c9ada Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 22 May 2024 08:57:07 +0200 Subject: [PATCH] Update NEWS.md --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 7f56b8bc1..a55b956e4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -23,6 +23,10 @@ CHANGES If you recode into a numeric variable, and one of the recode values is `NA`, you no longer need to use `NA_real_` for numeric `NA` values. +* `by` was added as an alias for `id_cols` in `data_to_wide()`, + following the renaming of other arguments in order to gain + consistency across packages. + * Improved documentation for some functions. BUG FIXES