summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2018-09-12 19:21:58 +0300
committerSawyer X <xsawyerx@cpan.org>2018-09-12 19:21:58 +0300
commitcd3c809718af6634d61b6065cfb4d18424a5dfd0 (patch)
tree74ab938e227cadefe8dee06d9e15f52e5e0ab722
parent327ee3d8b4ce91f452aec5d696dd44cd6a4b3cad (diff)
downloadperl-cd3c809718af6634d61b6065cfb4d18424a5dfd0.tar.gz
Revised by Aaron Crane
-rw-r--r--dist/Data-Dumper/Changes25
1 files changed, 14 insertions, 11 deletions
diff --git a/dist/Data-Dumper/Changes b/dist/Data-Dumper/Changes
index b5dbed6add..25607bec1b 100644
--- a/dist/Data-Dumper/Changes
+++ b/dist/Data-Dumper/Changes
@@ -8,30 +8,33 @@ Changes - public release history for Data::Dumper
=item 2.172
-Fixes for older Perl versions, restoring deparsing support in the XS dumper.
-
-Fix trivial compilation warning.
-
-Handle incomplete support for unicode glob names, allowing tests to
-pass in Perl 5.8 through 5.14.
+Prepare recent changes for CPAN release
=item 2.171 (Apr 21 2018)
-Fix some tests on older Perls.
+Restore deparsing support in the XS dumper, on Perl 5.18 and earlier
+
+Test fixes on older Perl versions (notably, skip tests for Unicode glob
+names on Perl 5.14 and earlier, which had incomplete support for Unicode
+in globs)
=item 2.170 (Jan 10 2018)
-Fix postentry for quoted glob.
+Fix bug when dumping globs with quoting (which now happens for
+all Unicode glob names)
-Use safer strlcpy.
+Internal change: use strlcpy(), for safety
=item 2.169 (Dec 12 2017)
-perl #113090: Correction detection of arg absence.
+Behavior change: $dumper->Useqq(undef) is now treated as setting the
+"useqq" option, not getting it (and similarly for other options)
+[perl #113090]
=item 2.168 (Dec 1, 2017)
-perl #119831: Quote glob names better.
+perl #119831: Quote glob names better; notably, Unicode globs are
+now handled correctly
=item 2.167_02 (Aug 4 2017)