From b7a5f6d1909bdc6f163145055048f551bbcf2c22 Mon Sep 17 00:00:00 2001 From: njtierney Date: Mon, 4 Mar 2024 11:43:21 +1100 Subject: [PATCH] note changes fix #342 - use `forcats::fct_na_value_to_level()` instead of `forcats::fct_explicit_na()` --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 6f7b1c18..31fe75d0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,6 +11,7 @@ - Fix bug with `shadow_long` not working when gathering variables of mixed type. Fix involves specifying a value transform, which defaults to character. #314 - implement `Date`, `POSIXct` and `POSIXlt` methods for `impute_below()` - #158 - provide replace_na_with, a complement to replace_with_na - #129 +- fix bug with `gg_miss_fct` where it used a deprecated function from forcats - #342 ## Misc @@ -22,6 +23,7 @@ - soft deprecated `shadow_shift` - #193 - soft deprecate miss_case_cumsum and miss_var_cumsum - #257 + # naniar 1.0.0 Version 1.0.0 of naniar is to signify that this release is associated with