summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-25 20:44:44 +0100
committerBruno Haible <bruno@clisp.org>2011-03-25 20:44:44 +0100
commit29266dd821b4e67ec31a89d65a81ef57e83b8770 (patch)
treedfa51c2cfe48b6c85afb0f52b40af7920fdd3869 /ChangeLog
parentc3f095a543f296897f10442db9979fcd3a1b4a0b (diff)
downloadlibunistring-29266dd821b4e67ec31a89d65a81ef57e83b8770.tar.gz
Add support for general category group LC.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27ad189..8ac973c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-03-25 Bruno Haible <bruno@clisp.org>
+
+ Add support for general category group LC.
+ * doc/unictype.texi (Object oriented API): Mention UC_CATEGORY_LC,
+ UC_CASED_LETTER.
+ (Bit mask API): Mention UC_CATEGORY_MASK_LC.
+
2011-03-22 Bruno Haible <bruno@clisp.org>
Use term "bidi class" instead of "bidirectional category".