Skip to content

Commit 375c778

Browse files
committed
updated NEWS
1 parent fb3e4e4 commit 375c778

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
shiny 0.13.1.9001
22
--------------------------------------------------------------------------------
3+
* Added an error sanitization option: `options(shiny.sanitize.errors = TRUE)`.
4+
To err on the side of security, the default is `TRUE` (i.e. sanitized errors,
5+
with most error messages being generic). This changes the look of an app
6+
when errors are printed (but the console remains the same).
7+
38
* Improved `renderTable()` function to make the tables look prettier and also
49
provide the user with a lot more parameters to customize their tables with.
510

0 commit comments

Comments
 (0)