summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2015-03-27 14:11:41 -0400
committerSteven G. Johnson <stevenj@mit.edu>2015-03-27 14:11:41 -0400
commit547224e2986582795d7090d51f906a46022bb35f (patch)
tree5a509dafcd31ff774b56fe7b92fbed5284f2b269 /NEWS.md
parent41287a111639e2fe9ed3663bc3a87f6758286052 (diff)
downloadlibutf8proc-547224e2986582795d7090d51f906a46022bb35f.tar.gz
libutf8proc-547224e2986582795d7090d51f906a46022bb35f.tar.bz2
NEWS tweaks
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 37f3a89..f6b3358 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -15,13 +15,15 @@
- New function `utf8proc_category(c)` that returns the Unicode
category of `c` (as one of the constants `UTF8PROC_CATEGORY_xx`).
-
-- New function `utf8proc_category_string(c)` that returns the Unicode
+ Also, a function `utf8proc_category_string(c)` that returns the Unicode
category of `c` as a two-character string.
- `cmake` script `CMakeLists.txt`, in addition to `Makefile`, for
easier compilation on Windows.
+- Various `Makefile` improvements: a `make check` target to perform
+ tests, `make install`, a rule to automate updating the Unicode tables, etc.
+
- The shared library is now versioned (e.g. has a soname on GNU/Linux).
- C++/MSVC compatibility.