perldelta: add Math::Trig to entry for Math::Complex
authorDavid Golden <dagolden@cpan.org>
Mon, 20 Jun 2011 20:59:50 +0000 (16:59 -0400)
committerDavid Golden <dagolden@cpan.org>
Mon, 20 Jun 2011 20:59:50 +0000 (16:59 -0400)
pod/perldelta.pod

index 2fc6f4f..020be7d 100644 (file)
@@ -322,11 +322,11 @@ Math::BigFloat).
 
 =item *
 
-L<Math::Complex> has been upgraded from version 1.56 to version 1.57.
+L<Math::Complex> has been upgraded from version 1.56 to version 1.57
+and L<Math::Trig> has been upgraded from version 1.20 to version 1.21.
 
-Correct copy constructor usage.
-Fix polarwise formatting with numeric format specifier.
-More stable C<great_circle_direction> algorithm.
+Fixes include: correct copy constructor usage; fix polarwise formatting with
+numeric format specifier; and more stable C<great_circle_direction> algorithm.
 
 =item *