summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2015-03-09 22:40:51 -0400
committerSteven G. Johnson <stevenj@mit.edu>2015-03-09 22:40:51 -0400
commit08f101a9e8c6a72dfdb1c9b913df880e13a36333 (patch)
treec41b2b235ec82be729b434092bd2faeb2724014f /NEWS.md
parent50381b951a2b156c1c236c77d34ac0fddbc0ea46 (diff)
parent263421f9e89aafd8ad339c496c9fb6c6bdd5a52f (diff)
downloadlibutf8proc-08f101a9e8c6a72dfdb1c9b913df880e13a36333.tar.gz
libutf8proc-08f101a9e8c6a72dfdb1c9b913df880e13a36333.tar.bz2
Merge pull request #28 from tkelman/tk/cmake
WIP: Minimal cmake build script
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index ead7f6b..989aba5 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -105,7 +105,7 @@ Release of version 1.0.1
2006-09-17:
-- added the `LUMP` option, which lumps certain characters together (see `lump.txt`) (also used for the PostgreSQL `unifold` function)
+- added the `LUMP` option, which lumps certain characters together (see `lump.md`) (also used for the PostgreSQL `unifold` function)
- added the `STRIPMARK` option, which strips marking characters (or marks of composed characters)
- deprecated ruby method `String#char_ary` in favour of `String#utf8chars`