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
=================================================================