summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2016-07-13 12:42:07 -0400
committerSteven G. Johnson <stevenj@mit.edu>2016-07-13 12:42:07 -0400
commitc3d401cf06be2f06714401ca875406c874e5eacf (patch)
treed8666deb1d5146798bc6ebdd0d4eabf4e461f1ca
parent11b84e2de124be3c5931ee567e2f21b0aa08f810 (diff)
downloadlibutf8proc-c3d401cf06be2f06714401ca875406c874e5eacf.tar.gz
libutf8proc-c3d401cf06be2f06714401ca875406c874e5eacf.tar.bz2
added NEWS for #78
-rw-r--r--NEWS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 49d94e7..ec8108e 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -6,6 +6,9 @@
- Bug fix in `utf8proc_grapheme_break_stateful` ([#77]).
+- Tests now use versioned Unicode files, so they will no longer
+ break when a new version of Unicode is released ([#78]).
+
## Version 2.0 ##
2016-07-13:
@@ -261,3 +264,4 @@ Release of version 1.0.1
[#68]: https://github.com/JuliaLang/utf8proc/issues/68
[#70]: https://github.com/JuliaLang/utf8proc/issues/70
[#77]: https://github.com/JuliaLang/utf8proc/issues/77
+[#78]: https://github.com/JuliaLang/utf8proc/issues/78