This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade Encode from version 2.75 to 2.76
[perl5.git] / pod / perldelta.pod
index 7fbbbba..01f87d5 100644 (file)
@@ -5,13 +5,16 @@
 [ 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.23.0
+perldelta - what is new for perl v5.23.2
 
 =head1 DESCRIPTION
 
-This document describes differences between the 5.22.0 release and the 5.23.0
+This document describes differences between the 5.23.1 release and the 5.23.2
 release.
 
+If you are upgrading from an earlier release such as 5.23.0, first read
+L<perl5231delta>, which describes differences between 5.23.0 and 5.23.1.
+
 =head1 Notice
 
 XXX Any important notices here
@@ -116,36 +119,14 @@ XXX
 
 =item *
 
-L<CPAN::Meta::Requirements> has been upgraded from version 2.132 to 2.133.
-
-=item *
-
-L<CPAN::Meta::YAML> has been upgraded from version 0.014 to 0.016.
-
-=item *
-
-L<Math::BigInt> has been upgraded from version 1.9997 to 1.999701.
-
-Correct the behaviour of bdiv() and bmod() in list context. [perl #124300]
-
-Correct C<< Math::BigInt->new() >> for non-integer input.  [perl #124325]
-
-Speed up Math::BigFloat -> blog(). [perl #124382]
-
-Fix bug in Math::BigFloat's bceil() and bint() methods. [perl #124412]
+L<Encode> has been upgraded from version 2.75 to 2.76.
 
 =item *
 
-L<Math::BigRat> has been upgraded from version 0.2608 to 0.260801.
+The PathTools module collection has been upgraded from version 3.55 to
+3.56.
 
-Correct the behaviour of bdiv() and bmod() in list context. [perl #124303]
-
-=item *
-
-L<perl5db.pl> has been upgraded from version 1.49 to 1.49_01.
-
-User actions are no longer evaluated after the script under the
-debugger finishes.  [perl #71678]
+Minor optimizations. [perl #125712]
 
 =back
 
@@ -331,16 +312,9 @@ L</Modules and Pragmata> section.
 
 =over 4
 
-=item Win32
-
-=over
-
-=item *
-
-Visual C++ 2013 builds will now execute on XP and higher. Previously they would
-only execute on Vista and higher.
+=item XXX-some-platform
 
-=back
+XXX
 
 =back
 
@@ -371,8 +345,10 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
 
 =item *
 
-Duplicating a closed file handle for write no longer creates a
-filename of the form F<GLOB(0xXXXXXXXX)>.  [perl #125115]
+Perl can again be compiled with any Unicode version.  This used to
+(mostly) work, but was lost in v5.18 through v5.20.  The property
+C<Name_Alias> did not exist prior to Unicode 5.0.  L<Unicode::UCD>
+incorrectly said it did.  This has been fixed.
 
 =back
 
@@ -412,14 +388,14 @@ here.
 
 XXX Generate this with:
 
-  perl Porting/acknowledgements.pl v5.23.0..HEAD
+  perl Porting/acknowledgements.pl v5.23.1..HEAD
 
 =head1 Reporting Bugs
 
 If you find what you think is a bug, you might check the articles recently
 posted to the comp.lang.perl.misc newsgroup and the perl bug database at
-https://rt.perl.org/ .  There may also be information at
-http://www.perl.org/ , the Perl Home Page.
+L<https://rt.perl.org/> .  There may also be information at
+L<http://www.perl.org/> , the Perl Home Page.
 
 If you believe you have an unreported bug, please run the L<perlbug> program
 included with your release.  Be sure to trim your bug down to a tiny but