added NEWS for #78
authorSteven G. Johnson <stevenj@mit.edu>
Wed, 13 Jul 2016 16:42:07 +0000 (12:42 -0400)
committerSteven G. Johnson <stevenj@mit.edu>
Wed, 13 Jul 2016 16:42:07 +0000 (12:42 -0400)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 49d94e7611bf0ff5d18c9df083b36519430ea1f4..ec8108e058059c4ba0751c455d329ffeea938608 100644 (file)
--- 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