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))