Skip to content

Commit

Permalink
Add news item
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Apr 22, 2021
1 parent f374a15 commit 4942b3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ shiny 1.6.0.9000

### Bug fixes

* Closed #3374: `quoToFunction()` now works correctly with nested quosures; and as a result, quasi-quotation with rendering function (e.g., `renderPrint()`, `renderPlot()`, etc) now works as expected with nested quosures. (#3373)

* Exported `register_devmode_option()`. This method was described in the documentation for `devmode()` but was never exported. See `?devmode()` for more details on how to register Shiny Developer options using `register_devmode_option()`. (#3364)

### Library updates
Expand Down

0 comments on commit 4942b3e

Please sign in to comment.