summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perldelta.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 7c83d4afba..bcba5ebf9d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -339,6 +339,11 @@ L</Modules and Pragmata> section.
XXX
+=item MacOS (Darwin)
+
+The hints file for darwin has been updated to handle future MacOS versions
+beyond 10. L<GH #17946|https://github.com/Perl/perl5/issues/17946>
+
=back
=head1 Internal Changes
@@ -375,6 +380,11 @@ XXX
On Win32, C<waitpid(-1, WNOHANG)> could sometimes have a very large
timeout. GH #16529
+=item *
+
+Some list assignments involving C<undef> on the left-hand side were
+over-optimized and produced incorrect results. L<GH #16685|https://github.com/Perl/perl5/issues/16685>, L<GH #17816|https://github.com/Perl/perl5/issues/17816>
+
=back
=head1 Known Problems