This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta up to a51ee39b
[perl5.git] / pod / perldelta.pod
index 65ae622..7635b3b 100644 (file)
@@ -1,7 +1,7 @@
 =encoding utf8
 
 =for comment
-This has been completed up to 2a25d7b6.
+This has been completed up to a51ee39b.
 
 =head1 NAME
 
@@ -389,6 +389,18 @@ C<use 6> and C<no 5> no longer leak memory.
 
 C<eval "BEGIN{die}"> no longer leaks memory on non-threaded builds.
 
+=item *
+
+PerlIO no longer crashes when called recursively, e.g., from a signal
+handler. Now it just leaks memory
+L<[perl #75556]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=75556>.
+
+=item *
+
+Defining a constant with the same name as one of perl's special blocks
+(e.g., INIT) stopped working in 5.12.0, but has now been fixed
+L<[perl #78634]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=78634>.
+
 =back
 
 =head1 Known Problems