summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Rolsky <autarch@urth.org>2012-12-17 13:38:26 -0600
committerDave Rolsky <autarch@urth.org>2012-12-17 13:38:26 -0600
commit6c042f06a95da7cdb29b56db34f2c2df6d1ec27a (patch)
tree95c6287da56cce6ae74f56b8f5a6ee2a051ecdf7
parente8ec4231078c2d84439c2d7c1138d4b8b84e8e85 (diff)
downloadperl-6c042f06a95da7cdb29b56db34f2c2df6d1ec27a.tar.gz
Add placeholder for additional 23b7025ebc changes in case no one gets back to me
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index b9295cbb6a..1e4788586f 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -380,6 +380,11 @@ The return value of C<%h = (1, 1, 1)> (in list context was wrong. It would
return I<just> those items instead of returning an additional C<undef> value
for the missing value in the assignment.
+=item -
+
+A number of additional edge cases in list assignment to hashes were
+corrected. For more details see commit 23b7025ebc.
+
=back
=back