]> git.imager.perl.org - imager.git/commitdiff
add rt URL to a fixed bug
authorTony Cook <tony@develop=help.com>
Sun, 4 Dec 2005 22:50:39 +0000 (22:50 +0000)
committerTony Cook <tony@develop=help.com>
Sun, 4 Dec 2005 22:50:39 +0000 (22:50 +0000)
Changes

diff --git a/Changes b/Changes
index 9f05d6e401d7aa3a65ec5df7bd2dda42df9f7669..962bd4cae90e9f709dbaaa7c63497c90cfac7594 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1145,6 +1145,7 @@ Revision history for Perl extension Imager.
 - Imager::Font->new() for the tt (Freetype 1.x) driver now correctly
   handles errors from i_tt_new(), and passed error messages now 
   generated by i_tt_new().
+  Resolves: http://rt.cpan.org/NoAuth/Bug.html?14804
 - renamed lib/Imager/Cookbook.pm to lib/Imager/Cookbook.pod - CPANTS
   complains about it not having 'use strict;'
 - add samples/replace_color.pl
@@ -1196,6 +1197,7 @@ Revision history for Perl extension Imager.
 - implemented valign=>'end' for Imager::Font->align
 - added $img->align_string() as a way to call Imager::Font->align
 - added samples/align-string.pl
+- improved missing argument handling a little for the string() method
 
 =================================================================