From bf3fffd1e1bc52a5d1b62976fef6688ffe06999b Mon Sep 17 00:00:00 2001 From: David Schnur Date: Thu, 11 Apr 2013 20:44:26 -0400 Subject: [PATCH] Added credits for the missing semicolon fix. --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index f116c1a..052125e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ ## Flot 0.8.1 ## +### Bug fixes ### + + - Fixed missing semicolons in the core library. + (reported by Michal Zglinski) + ## Flot 0.8.0 ##