summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 50681e5927..02dd3320f6 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -354,6 +354,14 @@ well.
=item *
+The API constant formerly named C<G_ARRAY>, indicating list context, has now
+been renamed to a more accurate C<G_LIST>. A compatibilty macro C<G_ARRAY> has
+been added to allow existing code to work unaffected. New code should be
+written using the new constant instead. This is supported by C<Devel::PPPort>
+version 3.63.
+
+=item *
+
XXX
=back