summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Aleynikov <sergey.aleynikov@gmail.com>2020-05-31 17:47:28 +0300
committerKarl Williamson <khw@cpan.org>2020-05-31 11:02:05 -0600
commit15f421cba46e3fb2ff88c0ab06615a8f911977a2 (patch)
tree9d5daa32a57db516987139accb80447822af032c
parent61147c7ca9e5023e2385fa36c04c7094749d2030 (diff)
downloadperl-15f421cba46e3fb2ff88c0ab06615a8f911977a2.tar.gz
perldelta: remove blead-only regressions from changelog
-rw-r--r--pod/perldelta.pod16
1 files changed, 0 insertions, 16 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 4e9bcb76db..aca0f3d9a4 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1524,32 +1524,16 @@ longer has extraneous output.
=item *
-A heap-buffer-overflow has been fixed in the regular expression engine.
-[L<GH #17384|https://github.com/Perl/perl5/issues/17384>]
-
-=item *
-
Fix an assertion failure in the regular expression engine.
[L<GH #17372|https://github.com/Perl/perl5/issues/17372>]
=item *
-Fix regression in C<tr///> added somewhere in v5.31.6.
-[L<GH #17391|https://github.com/Perl/perl5/issues/17391>]
-
-=item *
-
Fix coredump in pp_hot.c after C<B::UNOP_AUX::aux_list()>.
[L<GH #17301|https://github.com/Perl/perl5/issues/17301>]
=item *
-Commit bc62bf8519 ("Add some defensive coding to av_store()" has been
-reverted as it broke I<List-UtilsBy-XS-0.05> in v5.31.2.
-[L<GH #17265|https://github.com/Perl/perl5/issues/17265>]
-
-=item *
-
Loading IO is now threadsafe.
[L<GH #14816|https://github.com/Perl/perl5/issues/14816>]