]> 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 c1bdb15d1717db82a8e0c2e197a8be3b5550b017..0d30f4c55c70da4ae4e32c9b455a336ae92aadae 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1307,6 +1307,18 @@ Revision history for Perl extension Imager.
 - 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
 
 =================================================================