]> git.imager.perl.org - imager.git/blobdiff - Changes
more stuff TODO
[imager.git] / Changes
diff --git a/Changes b/Changes
index 0844dea2dc99eaa34c47a72b0ce2e509a794cdfe..7d2017f58fb99c5e962cce5f108131574e0191ba 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1074,6 +1074,19 @@ Revision history for Perl extension Imager.
   and right bearing values.
 - Imager::Matrix2d->rotate() would only rotate around the supplied 
   centre point if both 'x' and 'y' were non-zero.
+- the internal i_tags_get_string() function now acts correctly for
+  integer only tags.
+- the FT1.x driver now supports the align parameter correctly.
+  Tests were added to each driver to check correct handling of the align
+  parameter.
+- the Win32 font driver bounding_box() method now puts accuarate values
+  in the ascent and descent values, previous that were set to the 
+  font ascent/descent rather than the values specific to the string.
+- supplying align=>0 to the win32 font driver string() function 
+  now aligns in the same way as the other drivers.
+- removed the bug reporting email address to prevent spammers stripping
+  it.  The URL is still there and if someone knows how rt.cpan.org works
+  they can still figure out the email.
 
 =================================================================