From 8d7a7f416aebc8cf7775122752f48000c55ebdfa Mon Sep 17 00:00:00 2001 From: David Schnur Date: Fri, 4 May 2012 08:56:02 -0400 Subject: [PATCH] Added note and credits for the merge from pull request #5. --- NEWS.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index 9640de2..a64551f 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -38,6 +38,9 @@ Changes: - Prevent the pie example page from generating single-slice pies (patch by Shane Reustle). +- In addition to "left" and "center", bars now recognize "right" as an + alignment option. (patch by Michael Mayer, issue 520) + Bug fixes - Fix problem with null values and pie plugin (patch by gcruxifix,