From 19d191e8a618822cbd5a399b0f91f2f8e2c52cb4 Mon Sep 17 00:00:00 2001 From: Carson Date: Mon, 2 Oct 2023 14:49:44 -0500 Subject: [PATCH] Update news --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 48ffc03fef..d3c7fb971f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -12,6 +12,8 @@ * Fixed #3898: `wrapFunctionLabel()` no longer throws an error if the `name` is longer than 10000 bytes. (#3903) +* On r-devel (R > 4.3.1), `isTruthy(NULL)` now returns `FALSE` (as it does with older versions of R). (#3906) + # shiny 1.7.5 ## Possibly breaking changes