4 - drawing non-AA text is now done in alpha-combining mode
5 https://rt.cpan.org/Ticket/Display.html?id=73359
7 - use gsamp/psamp() to transfer pixels from the work image to the
8 output image instead of gpix/ppix.
9 https://rt.cpan.org/Ticket/Display.html?id=83478
11 - eliminate some initialized but otherwise unused variables detected
17 - depend on Imager 0.95.
22 Released as part of Imager 0.94_02.
24 - fix some mismatched format strings/types
26 - enable the debug log for t/t90std.t
33 - drawing text to a channel drew with random coverage, since the
34 alpha channel used for the internal call to draw text wasn't
40 - report the library version during testing
45 Distributed with Imager 0.93_01
47 - improve thread safety
52 - previously the probe step for freetype-config would fail on cygwin
54 - clean up .dSYM directories generated performing probes on OS X
57 - pass the --verbose command-line option through to Imager::Probe in
59 https://rt.cpan.org/Ticket/Display.html?id=75878
64 - no longer fallback to using DynaLoader to load the XS code
65 https://rt.cpan.org/Ticket/Display.html?id=75560
70 - update dependency to Imager 0.86
71 https://rt.cpan.org/Ticket/Display.html?id=72643
76 - has_chars() now returns perl's true and false values in list
77 context rather than integers, which should be more efficient.
78 https://rt.cpan.org/Ticket/Display.html?id=69158
80 - the default text color is no longer transparent.
81 https://rt.cpan.org/Ticket/Display.html?id=71469
86 - update the bundled (and still modified) Devel::CheckLib
87 https://rt.cpan.org/Ticket/Display.html?id=69170
89 - use snprintf() when imconfig.h indicates it's available
90 https://rt.cpan.org/Ticket/Display.html?id=69147
95 - the big types cleanup
100 Split off from Imager.