perldelta for 100c03a, f914a68, and 61a3fb8
authorJesse Luehrs <doy@tozt.net>
Mon, 25 Jun 2012 00:00:54 +0000 (19:00 -0500)
committerJesse Luehrs <doy@tozt.net>
Mon, 25 Jun 2012 00:00:54 +0000 (19:00 -0500)
pod/perldelta.pod

index f19b480..4a511f4 100644 (file)
@@ -186,7 +186,12 @@ XXX L<message|perldiag/"message">
 
 =item *
 
-XXX L<message|perldiag/"message">
+C<chr()> now warns when passed a negative value [perl #83048].
+
+=item *
+
+C<srand()> now warns when passed a value that doesn't fit in a C<UV> (since the
+value will be truncated rather than overflowing) [perl #40605].
 
 =back
 
@@ -358,6 +363,10 @@ C<< $class->can >>, C<< $class->isa >>, and C<< $class->DOES >> now return
 correct results, regardless of whether that package referred to by C<$class>
 exists [perl #47113].
 
+=item *
+
+Arriving signals no longer clear C<$@> [perl #45173].
+
 =back
 
 =head1 Known Problems