summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorTony Kelman <tony@kelman.net>2015-03-08 15:33:27 -0700
committerTony Kelman <tony@kelman.net>2015-03-08 17:30:09 -0700
commita8b688c734d6dac677f7c68a2d915f85baf41b2b (patch)
treeb3a27c9d143df5aeddc4dd38c583024ac9a3da47 /NEWS.md
parent50381b951a2b156c1c236c77d34ac0fddbc0ea46 (diff)
downloadlibutf8proc-a8b688c734d6dac677f7c68a2d915f85baf41b2b.tar.gz
libutf8proc-a8b688c734d6dac677f7c68a2d915f85baf41b2b.tar.bz2
Minimal cmake build script
move flags for MSVC rename lump.txt to lump.md, add data/*.txt to .gitignore
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`