From: Tony Cook Date: Thu, 3 Feb 2011 07:29:15 +0000 (+1100) Subject: update Changes with Leolo's patches X-Git-Tag: Imager-0.81~12 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/9ea78101ede8176aa8f9b3f35aed64486201f136 update Changes with Leolo's patches --- diff --git a/Changes b/Changes index be599eaa..12b62a7d 100644 --- a/Changes +++ b/Changes @@ -5,6 +5,10 @@ Imager 0.81 - unreleased - added coverage tests for masked images (maskimg.c @100% test coverage) + - add hsv() method to Imager::Color + Thanks to Leolo (Philip Gwyn) + https://rt.cpan.org/Ticket/Display.html?id=65385 + Bug fixes: - paletted writes to a masked image are now masked correctly. @@ -18,6 +22,11 @@ Bug fixes: Imager::Matrix2d object by a 9 element array ref or a number. https://rt.cpan.org/Ticket/Display.html?id=29938 + - really fix loading TTF fonts with FT2 when FT1 isn't available. + Thanks to Leolo (Philip Gwyn) + https://rt.cpan.org/Ticket/Display.html?id=65386 + https://rt.cpan.org/Ticket/Display.html?id=62855 + Imager 0.80 - 17 Jan 2011 ===========