From ea99bfdb16cbf2f8963e825eaef0bc7479e0e350 Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Tue, 28 Feb 2017 10:48:48 -0600 Subject: [PATCH] Update NEWS --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index c13b0492b..6eeb9f66e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -36,6 +36,8 @@ in shiny apps. For more info, see the documentation (`?updateQueryString` and `? * Removed redundant call to `inputs.setInput`. ([#1595](https://github.com/rstudio/shiny/pull/1595)) +* Fixed bug where `dateRangeInput` did not respect `weekstart` argument. ([#1592](https://github.com/rstudio/shiny/pull/1592)) + ### Library updates * Closed [#1500](https://github.com/rstudio/shiny/issues/1500): Updated ion.rangeSlider to 2.1.6. ([#1540](https://github.com/rstudio/shiny/pull/1540))