summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2015-03-12 14:29:33 -0400
committerSteven G. Johnson <stevenj@mit.edu>2015-03-12 14:29:33 -0400
commitdad0cbdcabb682c1f26bc38da04608ce91aa19c7 (patch)
tree8599fd6a5b0e881d1de2df52aae5d22737fa8d68 /NEWS.md
parent3822984606dd72ab129c0c9b26f496e75e7868e9 (diff)
downloadlibutf8proc-dad0cbdcabb682c1f26bc38da04608ce91aa19c7.tar.gz
libutf8proc-dad0cbdcabb682c1f26bc38da04608ce91aa19c7.tar.bz2
update NEWS for 1.2-dev
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md26
1 files changed, 23 insertions, 3 deletions
diff --git a/NEWS.md b/NEWS.md
index 989aba5..a55abd6 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,8 +1,28 @@
-# libutf8proc release history #
+# utf8proc release history #
-No releases so far.
+## Version 1.2-dev ##
-# utf8proc release history #
+- Updated for Unicode 7.0.
+
+- New function `utf8proc_grapheme_break(c1,c2)` that returns whether
+ there is a grapheme break between `c1` and `c2`.
+
+- New function `utf8proc_charwidth(c)` that returns the number of
+ column-positions that should be required for `c`; essentially a
+ portable replacment for `wcwidth(c)`.
+
+- 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
+ category of `c` as a two-character string.
+
+- `cmake` script `CMakeLists.txt`, in addition to `Makefile`, for
+ easier compilation on Windows.
+
+- The shared library is now versioned (e.g. has a soname on GNU/Linux).
+
+- C++/MSVC compatibility.
## Version 1.1.6 ##