This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
numeric.c: White-space only
[perl5.git] / pod / perldelta.pod
index 55ed1f6..062eef0 100644 (file)
@@ -5,15 +5,15 @@
 [ this is a template for a new perldelta file.  Any text flagged as XXX needs
 to be processed before release. ]
 
-perldelta - what is new for perl v5.33.4
+perldelta - what is new for perl v5.35.3
 
 =head1 DESCRIPTION
 
-This document describes differences between the 5.33.3 release and the 5.33.4
+This document describes differences between the 5.35.2 release and the 5.35.3
 release.
 
-If you are upgrading from an earlier release such as 5.33.2, first read
-L<perl5333delta>, which describes differences between 5.33.2 and 5.33.3.
+If you are upgrading from an earlier release such as 5.35.1, first read
+L<perl5352delta>, which describes differences between 5.35.1 and 5.35.2.
 
 =head1 Notice
 
@@ -218,10 +218,7 @@ XXX Changes (i.e. rewording) of diagnostic messages go here
 
 =item *
 
-L<\K not permitted in lookahead/lookbehind in regex; marked by <-- HERE in mE<sol>%sE<sol>|perldiag/"\K not permitted in lookahead/lookbehind in regex; marked by <-- HERE in m/%s/">
-
-This error was incorrectly produced in some cases involving nested
-lookarounds.  This has been fixed. [GH #18123]
+XXX Describe change here
 
 =back
 
@@ -333,11 +330,9 @@ L</Modules and Pragmata> section.
 
 =over 4
 
-=item DragonFlyBSD
+=item XXX-some-platform
 
-Tests were updated to workaround DragonFlyBSD bugs in L<tc*()
-functions|https://bugs.dragonflybsd.org/issues/3252> and L<ctime
-updates|https://bugs.dragonflybsd.org/issues/3251>.
+XXX
 
 =back
 
@@ -368,13 +363,7 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
 
 =item *
 
-Magic is now called correctly for stacked file test operators.  [GH #18293]
-
-=item *
-
-The C<@ary = split(...)> optimization no longer switches in the target
-array as the value stack. [GH #18232] Also see discussion at
-L<https://github.com/Perl/perl5/pull/18014#issuecomment-671299506>.
+XXX
 
 =back
 
@@ -414,7 +403,7 @@ died, add a short obituary here.
 
 XXX Generate this with:
 
-  perl Porting/acknowledgements.pl v5.33.3..HEAD
+  perl Porting/acknowledgements.pl v5.35.2..HEAD
 
 =head1 Reporting Bugs