NEWS tweaks
authorSteven G. Johnson <stevenj@mit.edu>
Fri, 27 Mar 2015 18:11:41 +0000 (14:11 -0400)
committerSteven G. Johnson <stevenj@mit.edu>
Fri, 27 Mar 2015 18:11:41 +0000 (14:11 -0400)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 37f3a8992749357bb08a66e4d19cc193855d04ec..f6b33582ed1e6e2db4380953217caf4e9e68dd4b 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
 
 - 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.