summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-11-16 11:09:24 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-11-16 11:09:24 -0800
commitcff8e04ede525c8f9636b4c47a3c1a73499dbeeb (patch)
tree4391a096f2b0dc45932aa797b0b90f58943f4fd7 /pod
parent25a8e2be58e4f86d5b735dd60625b2270ff76d42 (diff)
downloadperl-cff8e04ede525c8f9636b4c47a3c1a73499dbeeb.tar.gz
perldelta for 03d05f6e34e
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 1ea040abc1..935aebf909 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -410,6 +410,11 @@ has been fatal since 5.17.0.
C<newDEFSVOP>, C<block_start>, C<block_end> and C<intro_my> have been added
to the API.
+=item *
+
+The internal C<convert> function in F<op.c> has been renamed
+C<op_convert_list> and added to the API.
+
=back
=head1 Selected Bug Fixes