From db82b70b479418ab18ecf355ff71ac64e48655af Mon Sep 17 00:00:00 2001 From: David Schnur Date: Fri, 4 May 2012 15:36:18 -0400 Subject: [PATCH] Added note and credits for the fix for issue #685. --- NEWS.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index a64551f..78ff101 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -71,6 +71,9 @@ Bug fixes - Prevent pie slice outlines from being drawn when the stroke width is zero (reported by Chris Minett, issue 585) +- Updated the navigate plugin's inline copy of jquery.mousewheel to fix + Webkit zoom problems (reported by Hau Nguyen, issue 685). + Flot 0.7 --------