NEWS tweaks

This commit is contained in:
Steven G. Johnson 2015-03-27 14:11:41 -04:00
parent 41287a1116
commit 547224e298

View File

@ -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.