summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 24f15f0..e3b6511 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,8 +1,10 @@
# utf8proc release history #
-## Version 2.2 alpha ##
+## Version 2.2 ##
-- Unicode 10 support ([#132]).
+2018-07-24
+
+- Unicode 11 support ([#132] and [#140]).
- `utf8proc_NFKC_Casefold` convenience function for `NFKC_Casefold`
normalization ([#133]).
@@ -340,3 +342,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