summaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e25790..4251185 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2018-04-07 Bruno Haible <bruno@clisp.org>
+
+ 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.
+ * NEWS: Mention the change.
+
2018-03-27 Bruno Haible <bruno@clisp.org>
Doc tweaks.