perldelta for ee23553f1b7 & c782dc1db597
authorFather Chrysostomos <sprout@cpan.org>
Tue, 14 Aug 2012 21:23:32 +0000 (14:23 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 15 Aug 2012 00:49:29 +0000 (17:49 -0700)
pod/perldelta.pod

index 653fe6a..b14370c 100644 (file)
@@ -519,6 +519,11 @@ subroutine.
 Formats called recursively no longer stomp on their own lexical variables,
 but each recursive call has its own set of lexicals.
 
+=item *
+
+Attempting to free an active format or the handle associated with it no
+longer results in a crash.
+
 =back
 
 =head1 Known Problems