summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2016-07-13 10:57:37 -0400
committerSteven G. Johnson <stevenj@mit.edu>2016-07-13 10:57:37 -0400
commit39ab2ff2733de9d3b3d9c0567c085961fc061383 (patch)
tree3415e75e327f5743beb9be03d37c7f6ab7b2f492 /NEWS.md
parentc0a1ff81fc71f742acf2c046fe7acd070c0f08b9 (diff)
downloadlibutf8proc-39ab2ff2733de9d3b3d9c0567c085961fc061383.tar.gz
libutf8proc-39ab2ff2733de9d3b3d9c0567c085961fc061383.tar.bz2
NEWS for 2.0
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index f6779d6..ebc1e59 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,20 @@
# utf8proc release history #
+## Version 2.0 ##
+
+2016-07-??:
+
+- Updated for Unicode 9.0 ([#70]).
+
+- New `utf8proc_grapheme_break_stateful` to handle the complicated
+ grapheme-breaking rules in Unicode 9. The old `utf8proc_grapheme_break`
+ is still provided, but may incorrectly identify grapheme breaks
+ in some Unicode-9 sequences.
+
+- Smaller Unicode tables ([#62], [#68]).
+
+- Buffer overrun fix ([#66]).
+
## Version 1.3.1 ##
2015-11-02:
@@ -232,3 +247,7 @@ Release of version 1.0.1
[#51]: https://github.com/JuliaLang/utf8proc/issues/51
[#55]: https://github.com/JuliaLang/utf8proc/issues/55
[#58]: https://github.com/JuliaLang/utf8proc/issues/58
+[#62]: https://github.com/JuliaLang/utf8proc/issues/62
+[#66]: https://github.com/JuliaLang/utf8proc/issues/66
+[#68]: https://github.com/JuliaLang/utf8proc/issues/68
+[#70]: https://github.com/JuliaLang/utf8proc/issues/70