summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-04-07 20:09:26 +0200
committerBruno Haible <bruno@clisp.org>2018-04-07 20:13:29 +0200
commit6e0e2506db069ae7e4e456bcc1b67c6c1a46b867 (patch)
tree0a23e70fba4d15b26663b2ee25eafdd6556f8e0f /NEWS
parent74b62cc963caf944dcaadc0ce640fa67355bd4e6 (diff)
downloadlibunistring-6e0e2506db069ae7e4e456bcc1b67c6c1a46b867.tar.gz
Implement the documented functions u*_casing_*_context.
Reported by Genki Sky <sky@genki.is>. * autogen.sh (GNULIB_MODULES): Add unicase/u*-prefix-context, unicase/u*-suffix-context. * lib/unicase/.gitignore: Update. * gnulib-m4/gnulib-cache.m4: Updated by gnulib-tool.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 40793e7..454821b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+New in 0.9.10:
+* The functions
+ u8_casing_prefix_context, u8_casing_prefixes_context,
+ u8_casing_suffix_context, u8_casing_suffixes_context,
+ u16_casing_prefix_context, u16_casing_prefixes_context,
+ u16_casing_suffix_context, u16_casing_suffixes_context,
+ u32_casing_prefix_context, u32_casing_prefixes_context,
+ u32_casing_suffix_context, u32_casing_suffixes_context,
+ that are documented since version 0.9.1, are now actually implemented.
+
New in 0.9.9:
* Fixed a multithread-safety bug.