]> git.imager.perl.org - imager-graph.git/blobdiff - Changes
Adds two tests for horizontal graphs, and fixes some warnings exposed by them
[imager-graph.git] / Changes
diff --git a/Changes b/Changes
index f6c20530ac89db154d3e20c485e96ac91bcc7a37..32a8c96058d993b727100c086df95086edd4ed74 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,33 @@
 Revision history for Perl extension Imager::Graph.
 
-Imager-Graph 0.06 - unreleased
+Imager-Graph 0.07 - 21 May 2009
+=================
+
+Lots of cool changes from Patrick Michaud:
+
+ - added Bar, Column. StackedColumn and Line charts.
+   https://rt.cpan.org/Ticket/Display.html?id=5 [*]
+
+ - new ocean style
+
+ - new ocean_flat style
+
+ - methods to set chart style attributes, in addition to the style
+   parameters passed to draw().
+
+Bug fixes:
+
+ - missing a font parameter when we have a chart with text no longer
+   results in an exception, but in a false returned and a message in
+   error() as with other errors.
+   https://rt.cpan.org/Ticket/Display.html?id=2872
+
+ - the mono style now disables anti-aliasing by default
+
+[*] this was the oldest open bug on rt.cpan.org, now #7 is, still an
+Imager-Graph issue
+
+Imager-Graph 0.06 - 21 April 2008
 =================
 
  - Removed ancient Imager cruft from the documentation
@@ -14,6 +41,22 @@ Imager-Graph 0.06 - unreleased
    background, and made that the default, so the default graphs aren't
    quite so ugly.
 
+ - zero-sized segments were drawn as covering the whole pie.  Skip
+   drawing zero sized segments.
+   https://rt.cpan.org/Ticket/Display.html?id=34813
+
+ - round the pie radius down to avoid running over the edge of the
+   image
+
+ - changed the pie maxsegments default to 0.01 from 0.05
+
+ - removed the obsolete pie blur style information
+
+ - documented some of the pie chart specific style settings
+
+ - changed the default drop shadow style to a translucent fill so the
+   background can show through.
+
 Imager-Graph 0.05 - 17 December 2007
 =================