From c7a8a4e30fc0220fabb73dc2018414a386ead72a Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Thu, 22 Aug 2019 16:05:08 -0500 Subject: [PATCH] Update NEWS --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 2529ed0c8..cf79871be 100644 --- a/NEWS.md +++ b/NEWS.md @@ -17,6 +17,8 @@ shiny 1.3.2.9001 * Resolved [#2469](https://github.com/rstudio/shiny/issues/2469): `renderText` now takes a `sep` argument that is passed to `cat`. ([#2497](https://github.com/rstudio/shiny/pull/2497)) +* Added `resourcePaths()` and `removeResourcePaths()` functions. ([#2459](https://github.com/rstudio/shiny/pull/2459)) + ### Bug fixes * Fixed [#2387](https://github.com/rstudio/shiny/issues/2387): Updating a `sliderInput()`'s type from numeric to date no longer changes the rate policy from debounced to immediate. More generally, updating an input binding with a new type should (no longer) incorrectly alter the input rate policy. ([#2404](https://github.com/rstudio/shiny/pull/2404))