summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-03-15 01:45:33 +0100
committerBruno Haible <bruno@clisp.org>2009-03-15 01:45:33 +0100
commita10d062e3e9b72f262bf5881f9fcf0b2c1ef5ebf (patch)
tree3b43412a36c326f46750c382f38200a0a70a74e5
parent08303e512ef4fcef7a97855d890c99184b9c6a26 (diff)
downloadlibunistring-a10d062e3e9b72f262bf5881f9fcf0b2c1ef5ebf.tar.gz
News since last release.
-rw-r--r--ChangeLog1
-rw-r--r--NEWS5
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f87740..87b54cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,4 +6,5 @@
* BUGS: New file.
* HACKING: New file.
* THANKS: New file.
+ * NEWS: New file.
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..a4b8aa2
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,5 @@
+New in 0.9:
+* The new include file unicase.h implements case folding.
+* The new include file uninorm.h implements normalization.
+* The new include file uniwbrk.h implements word break determination.
+* The library source code is now part of gnulib.