perldelta for d4a823b3
authorFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 01:54:55 +0000 (18:54 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 01:54:55 +0000 (18:54 -0700)
pod/perldelta.pod

index a14ea23..6230246 100644 (file)
@@ -794,7 +794,8 @@ vivification has been extended to work with those.  [perl #118691]
 =item *
 
 Assigning references or globs to the scalar returned by C<$#foo> after the
-@foo array has been freed no longer causes crashes.
+@foo array has been freed no longer causes assertion failures on debugging
+builds and memory leaks on regular builds.
 
 =back