summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2018-07-24 13:19:42 -0400
committerSteven G. Johnson <stevenj@mit.edu>2018-07-24 13:19:42 -0400
commit538416962755eb51ed5be75494dd42701e15df33 (patch)
tree919eaef2eefa7a4d16168a807b1613aabe359ce3 /NEWS.md
parent02f4e1890cf8135b609b404c58ac7e8b27136ad6 (diff)
downloadlibutf8proc-538416962755eb51ed5be75494dd42701e15df33.tar.gz
libutf8proc-538416962755eb51ed5be75494dd42701e15df33.tar.bz2
note Unicode 11 in NEWS
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 24f15f0..e8fc355 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,7 +2,7 @@
## Version 2.2 alpha ##
-- Unicode 10 support ([#132]).
+- Unicode 11 support ([#132] and [#140]).
- `utf8proc_NFKC_Casefold` convenience function for `NFKC_Casefold`
normalization ([#133]).
@@ -340,3 +340,4 @@ Release of version 1.0.1
[#133]: https://github.com/JuliaLang/utf8proc/issues/133
[#134]: https://github.com/JuliaLang/utf8proc/issues/134
[#135]: https://github.com/JuliaLang/utf8proc/issues/135
+[#140]: https://github.com/JuliaLang/utf8proc/issues/140