]> git.imager.perl.org - imager-graph.git/blobdiff - Changes
update manifest
[imager-graph.git] / Changes
diff --git a/Changes b/Changes
index 2fe2c5fae8bad6ab27a03fb88e3ff15ac76e2fa9..40796bd5bd80fb24dea7dc0719b582d176894ff7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,51 @@
 Revision history for Perl extension Imager::Graph.
 
-Imager-Graph 0.04
+Imager-Graph 0.06 - 21 April 2008
 =================
 
+ - Removed ancient Imager cruft from the documentation
+
+ - round the dimensions used within the legend to integers to prevent
+   later truncation from causing uneven output.
+
+ - add horizontal legend boxes
+
+ - add a new style "primary" which is primary_red with a light grey
+   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
+=================
+
+This release is an attempt to work around the inconsistent text output
+issues.
+
+ - created Imager::Font::Test which simply outputs boxes instead of
+   text to produce consistent graph images for comparison.
+
+
+Imager-Graph 0.04 - 11 December 2007
+=================
+
+This is a clean up release, removing code required for ancient
+releases of Imager, and otherwise modernizing the code.
+
  - skip all tests if we can't load the font
 
  - Save test results to ppm, so we can generate images even if we don't
@@ -21,6 +64,9 @@ Imager-Graph 0.04
 
  - various changes for Kwalitee
 
+ - remove fancy_fills check, we now depend on an Imager release that
+   supports fountain fills.
+
 Imager-Graph 0.02  Sat Oct  6 20:36:31 2001
 =================