From 2d15fdc2257f01165e4b8fffb72ce1578a2e2390 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Thu, 1 Nov 2012 17:29:08 -0300 Subject: [PATCH] Added credits for #851 global variables fix. --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 0760b1d..f27cd34 100644 --- a/NEWS.md +++ b/NEWS.md @@ -132,6 +132,8 @@ The base and overlay canvas are now using the CSS classes "flot-base" and - Fixed an error when custom tick labels weren't provided as strings. (patch by Shad Downey) + - Prevented the local insertSteps and fmt variables from becoming global. + (first reported by Marc Bennewitz, patch by Nick Campbell) ## Flot 0.7 ##