]> git.imager.perl.org - imager.git/blobdiff - Changes
- supply C<imager> parameter to filters so we can register filters
[imager.git] / Changes
diff --git a/Changes b/Changes
index 14dce3bacec6d1deac71df20535c9ef7cb0a3910..0d30f4c55c70da4ae4e32c9b455a336ae92aadae 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1302,6 +1302,23 @@ Revision history for Perl extension Imager.
   Thanks to David Wheeler for his help in tracking this down.
 - reword and provide an example for non-proportionally scaling an
   image.  Wording from Simon Cozens.
+- error messages when writing TIFF images were always 
+  'Could not write to buffer', more useful messages are now reported.
+- error messages when writing PNM images were always
+  'unable to write pnm image', more useful messages are now reported.
+- convert t/t103raw.t to Test::More
+- reading a raw image no longer exits on a short read or read error,
+  and returns an appropriate error message in $im->errstr
+- write failures when writing a raw image now return a useful
+  message in $im->errstr
+- added typemap type names to types in Imager::API.
+- make skip when Inline::C not available less verbose
+- convert t/t07iolayer.t to Test::More
+- handle the possibility of strerror() returning NULL.
+- supply C<imager> parameter to filters so we can register filters
+  implemented in perl.
+- document register_filter() and add test for it
+- add example to SYNOPSIS of samples/inline_replace_color.pl
 
 =================================================================