diff --git a/NEWS b/NEWS index da830ecb6a..32ef90f952 100644 --- a/NEWS +++ b/NEWS @@ -10,8 +10,12 @@ shiny 0.13.0.9000 * BREAKING CHANGE: The long-deprecated ability to pass functions (rather than expressions) to reactive() and observe() has finally been removed. + * Fixed #776: In some browsers, plots sometimes flickered when updated. +* When resized, plots are drawn with `replayPlot()`, instead of re-executing + all plotting code. This results in faster plot rendering. + shiny 0.13.0 --------------------------------------------------------------------------------