diff --git a/NEWS.md b/NEWS.md index 02de0ec11f..4d1cc52dda 100644 --- a/NEWS.md +++ b/NEWS.md @@ -58,6 +58,8 @@ shiny 1.5.0.9000 * Shiny now uses `cache_mem` from the cachem package, instead of `memoryCache` and `diskCache`. (#3118) +* Some long-deprecated functions and function parameters were removed. (#3137) + ### Bug fixes * Fixed #2859: `renderPlot()` wasn't correctly setting `showtext::showtext_opts()`'s `dpi` setting with the correct resolution on high resolution displays; which means, if the font was rendered by showtext, font sizes would look smaller than they should on such displays. (#2941)