summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 78c562f..c098935 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,13 @@ New in 0.9.4:
uc_is_property_changes_when_casemapped
But it's recommended to use the case mapping functions from unicase.h
instead.
+* In the include file unictype.h, the functions for bidi class, formerly known
+ as bidirectional category, have been renamed:
+ uc_bidi_category_name -> uc_bidi_class_name
+ uc_bidi_category_byname -> uc_bidi_class_byname
+ uc_bidi_category -> uc_bidi_class
+ uc_is_bidi_category -> uc_is_bidi_class
+ The old function names still exist, but are obsolete.
* It is now easier to detect the subminor version: The value of the variable
_libunistring_version and of the macro _LIBUNISTRING_VERSION now includes
also the subminor version.