Skip to content

Commit

Permalink
Bump version and update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Oct 18, 2016
1 parent fa93cff commit 6e5880c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: shiny
Type: Package
Title: Web Application Framework for R
Version: 0.14.1.9000
Version: 0.14.1.9001
Authors@R: c(
person("Winston", "Chang", role = c("aut", "cre"), email = "[email protected]"),
person("Joe", "Cheng", role = "aut", email = "[email protected]"),
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
shiny 0.14.1.9000
shiny 0.14.1.9001
============

## Full changelog
Expand All @@ -7,6 +7,8 @@ shiny 0.14.1.9000

* Added a `fade` argument to `modalDialog()` -- setting it to `FALSE` will remove the usual fade-in animation for that modal window. ([#1414](https://github.com/rstudio/shiny/pull/1414))

* Exported function to apply input handlers to input values. This can be used for testing Shiny applications. ([#1421](https://github.com/rstudio/shiny/pull/1421))

### Bug fixes

* Fixed [#1404](https://github.com/rstudio/shiny/issues/1404): stack trace tests were not compatible with the byte-code compiler in R-devel, which now tracks source references.
Expand Down

0 comments on commit 6e5880c

Please sign in to comment.