perldelta: c56ed9f deserves no mention
authorFather Chrysostomos <sprout@cpan.org>
Sun, 18 Aug 2013 06:12:46 +0000 (23:12 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 18 Aug 2013 06:12:46 +0000 (23:12 -0700)
It fixed a bug in the handling of a certain combination of SV flags
that never happened in 5.19.2 and earlier.

pod/perldelta.pod

index fd9e655..29d346a 100644 (file)
@@ -5,7 +5,6 @@ Stuff that needs to be done still:
 70502ce [perl #119101] Extraneous warnings in Parse::ErrorString::Perl
 88b3a46 PATCH (partial) [perl #107816] Performance regression since 0abd0d78
 eb40d2c [perl #2726] Prototype is not applied until BLOCK is defined
-c56ed9f [perl #119043] Allow utf8 up/downgrade on ro COWs
 8fe3c67 fix 114884 positive GPOS lookbehind regex substitution failure
 d8fe30a Avoid read-after-free in S_scan_heredoc() if the terminator line has no "\n".