From 2c878e6c68c47549f52a7e964b25d26fabaa3733 Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Tue, 16 Feb 2016 14:01:26 -0600 Subject: [PATCH] Update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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 --------------------------------------------------------------------------------