diff --git a/NEWS.md b/NEWS.md index 8a8dbacbb..3bd596120 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,6 +6,8 @@ * `textAreaInput()` gains a `autoresize` option, which automatically resizes the text area to fit its content. (#4210) +* The family of `update*Input()` functions can now render HTML content passed to the `label` argument (e.g., `updateInputText(label = tags$b("New label"))`). (#3996) + ## Changes * Shiny no longer suspends input changes when _any_ `` or `