Imager release history. Older releases can be found in Changes.old
+Imager 1.012 - 14 Jun 2020
+============
+
+ - Imager has moved to github.
+
+ - T1lib support is deprecated
+
+ - added guassian2 filter which allows separate filter radii for vertical
+ and horizontal. Thanks to Leolo.
+ https://rt.cpan.org/Ticket/Display.html?id=129769
+
+ - freetype2 support can now use pkg-config to configure itself.
+
+ - added red, green, blue, alpha methods to color objects.
+
+ - eliminate use vars.
+
+Imager 1.011 - 7 Mar 2019
+============
+
General changes:
- correct the type of the data parameter for im_decode_exif().
significantly reduce file sizes, but uses more memory and time.
https://rt.cpan.org/Ticket/Display.html?id=94292
- - the autolevels filter now works on the luminosity of the image
+ - the autolevels filter now works on the luminance of the image
rather then working per channel. The old autolevels filter is
still available as "autolevels_skew".
https://rt.cpan.org/Ticket/Display.html?id=94413