From af1c8885127baeca7cea50d97f01fa622b987249 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Sun, 25 Nov 2012 09:33:10 -0500 Subject: [PATCH] Updated credits for the recent getSelection fix. --- NEWS.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index d95493c..74b6d63 100644 --- a/NEWS.md +++ b/NEWS.md @@ -89,10 +89,13 @@ The base and overlay canvas are now using the CSS classes "flot-base" and fixes by Julien Thomas, maimairel, and Lau Bech Lauritzen) - Added the ability to control pie shadow position and alpha via a new pie - 'shadow' option. (patch by Julien Thomas) + 'shadow' option. (patch by Julien Thomas, pull request #78) - Added the ability to set width and color for individual sides of the grid. - (patch by Ara Anjargolian) + (patch by Ara Anjargolian, pull request #855) + + - The selection plugin's getSelection now returns null when the selection + has been cleared. (patch by Nick Campbell, pull request #852) ### Bug fixes ###