summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2015-03-12 14:32:07 -0400
committerSteven G. Johnson <stevenj@mit.edu>2015-03-12 14:32:07 -0400
commit321cb997c54f2fffa14a74074ae048c4d3df99da (patch)
tree9402db3554e39091fc692e9adf0bce75c48427a2 /NEWS.md
parentdad0cbdcabb682c1f26bc38da04608ce91aa19c7 (diff)
downloadlibutf8proc-321cb997c54f2fffa14a74074ae048c4d3df99da.tar.gz
libutf8proc-321cb997c54f2fffa14a74074ae048c4d3df99da.tar.bz2
note removal of plugins
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index a55abd6..3daa0bb 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,6 +4,8 @@
- Updated for Unicode 7.0.
+- Ruby and PostgreSQL plugins have been removed due to lack of testing.
+
- New function `utf8proc_grapheme_break(c1,c2)` that returns whether
there is a grapheme break between `c1` and `c2`.