summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-11-18 19:44:47 -0700
committerKarl Williamson <khw@cpan.org>2017-11-18 19:49:48 -0700
commit6ce1ac118347076fe34b31bf15c4df342ef2c828 (patch)
treeaf675f5cf8b5bf88b335f7a73937995d7b13e34c
parentbe55b2856b90113f440eb7966a4cadedd69ee5e7 (diff)
downloadperl-6ce1ac118347076fe34b31bf15c4df342ef2c828.tar.gz
perldelta for perluniprops change
For commit 9b79e9e3431d11e79a4f85268f70130b7b4369f6
-rw-r--r--pod/perldelta.pod6
1 files changed, 5 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index c53fae42da..22cad11df7 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -324,7 +324,11 @@ The description of the C<x> operator in L<perlop> has been clarified.
=item *
-XXX Description of the change here
+L<perluniprops> has been updated to note that C<\p{Word}> now includes
+code points matching the C<\p{Join_Control}> property. The change to
+the property was made in Perl 5.18, but not documented until now. There
+are currently only two code points that match this property U+200C (ZERO
+WIDTH NON-JOINER) and U+200D (ZERO WIDTH JOINER).
=back