]> git.imager.perl.org - imager.git/blobdiff - Changes
progressive JPEG support
[imager.git] / Changes
diff --git a/Changes b/Changes
index b3f3180f300e99a6569cbab84a6e48ee74c5053d..1511f27270ea2104717ab053811cb0fd08e5156e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,11 +1,14 @@
 Imager release history.  Older releases can be found in Changes.old
 
-Imager 0.84
+Imager 0.84 (** update GIF, TIFF, W32, PNG, JPEG, FT2 versions!)
 ===========
 
  - Imager no longer inherits from Exporter (unless you're running an
    old, old perl.
 
+ - Imager can now write progressive JPEGs (it could always read them).
+   https://rt.cpan.org/Ticket/Display.html?id=68691
+
 Bug fixes:
 
  - re-work, document and test Imager's logging facility.
@@ -19,6 +22,23 @@ Bug fixes:
  - add to_rgb_double() method.
    https://rt.cpan.org/Ticket/Display.html?id=65101
 
+ - Imager no longer exports anything by default
+   https://rt.cpan.org/Ticket/Display.html?id=65228
+
+ - convert colors to grayscale if the supplied (or generated) palette
+   contains only grays when performing error diffusion color
+   translation.
+   https://rt.cpan.org/Ticket/Display.html?id=68508
+
+ - writing a paletted image to GIF wouldn't always use the colors
+   supplied (or generated, eg. via make_colors => "mono"), which was
+   confusing at best.
+   https://rt.cpan.org/Ticket/Display.html?id=67912
+
+ - replace (imager|tony)@imager.perl.org in the doc, since I don't
+   plan to continue receiving mail at that address.
+   https://rt.cpan.org/Ticket/Display.html?id=68591
+
 Imager 0.83 - 21 May 2011
 ===========