diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 5 |
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 |