From 8c7abbac443c541a3cfc13882571e137d09f8b0a Mon Sep 17 00:00:00 2001 From: Carson Date: Thu, 26 Jun 2025 13:56:35 -0500 Subject: [PATCH] Update news --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index e391d1089..0754fff18 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # shiny (development version) +## Bug fixes + +* Fixed a regression in v1.11.0 where `InputBinding`'s that didn't pass a value to their `subscribe` callback where to no longer working. (#4243) + # shiny 1.11.0 ## Improvements