From 27be04ab2bf698a357e9d58427688921f9b4383a Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Tue, 27 Aug 2024 12:15:50 -0400 Subject: [PATCH] NEWS bullet --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 16cfc2f680..61abb9eb6d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,8 @@ # dplyr (development version) +* `case_when()` now throws a better error if one of the conditions is an array + (#6862, @ilovemane). + * `between()` gains a new `ptype` argument, allowing users to specify the desired output type. This is particularly useful for ordered factors and other complex types where the default common type behavior might not be ideal