From c2430cd3f477615f585b41d137a270f37fca1cbc Mon Sep 17 00:00:00 2001 From: Joe Cheng Date: Tue, 7 May 2019 09:33:59 -0700 Subject: [PATCH] Update NEWS --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index fd7c2e30ca..e3eecd5607 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,8 +8,11 @@ shiny 1.3.2.9000 ### Bug fixes * Fixed [#2250](https://github.com/rstudio/shiny/issues/2250): `updateSliderInput()` now works with un-specified (or zero-length) `min`, `max`, and `value`. ([#2416](https://github.com/rstudio/shiny/pull/2416)) + * Fixed [#2233](https://github.com/rstudio/shiny/issues/2233): `verbatimTextOutput()` produced wrapped text on Safari, but the text should not be wrapped. ([#2353](https://github.com/rstudio/shiny/pull/2353)) +* Fixed [rstudio/reactlog#36](https://github.com/rstudio/reactlog/issues/36): Changes to reactive values not displaying accurately in reactlog. ([#2424](https://github.com/rstudio/shiny/pull/2424)) + shiny 1.3.2 ===========