summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-11-06 14:31:26 -0700
committerKarl Williamson <public@khwilliamson.com>2011-11-08 08:09:36 -0700
commit62b3b855a6b9268ee171e2c384362d719ea21537 (patch)
treefd7b7068c8888430d4813e67cdd86c4483079eaf /pod/perldelta.pod
parenta33a1c99e77db13418959b16b072f82ae531372b (diff)
downloadperl-62b3b855a6b9268ee171e2c384362d719ea21537.tar.gz
Unicode::UCD: Add prop_invmap()
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod7
1 files changed, 4 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 5a3a40c40a..57189aca6d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -195,11 +195,12 @@ sr_Latn, sv__reformed, ta, te, th, ur, wae.
=item *
L<Unicode::UCD> has been upgraded from version 0.36 to version 0.37.
-This adds three new functions: C<prop_aliases()>, and
+This adds four new functions: C<prop_aliases()>, and
C<prop_value_aliases()> which are used to find all the Unicode-approved
synonyms for property names, or to convert from one name to another;
-and C<prop_invlist> which returns all the code points matching a given
-Unicode binary property.
+C<prop_invlist> which returns all the code points matching a given
+Unicode binary property; and C<prop_invmap> which returns the complete
+specification of a given Unicode property.
=back