]> git.imager.perl.org - imager.git/blobdiff - Changes
- newer versions of GIMP add a line to gradient files before the
[imager.git] / Changes
diff --git a/Changes b/Changes
index 171951fdd1a2c69f590e40707154d77d1ecb0596..6481e8a9b72793c72d6c3195749c1514219bf730 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1047,6 +1047,13 @@ Revision history for Perl extension Imager.
 - Makefile.PL now adds rules to generate a suitable META.yml to the
   generated Makefile.
 - added sample code for handling images uploaded via a HTML form.
+- saving a GIMP gradiant file with Imager::Fountain->save has always been
+  broken.  Fixed it and added tests.
+- newer versions of GIMP add a line to gradient files before the
+  segment count giving a descriptive name of the gradient.  
+  Imager::Fountain can now read and write such gradient files.  The
+  interface is a bit indirect, but I'd like to preserve
+  Imager::Fountain as a blessed array ref for now.
 
 =================================================================