summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2016-07-13 12:02:47 -0400
committerSteven G. Johnson <stevenj@mit.edu>2016-07-13 12:02:47 -0400
commit7fbb7d7dd8b45390972c26266b29acd2e11b9635 (patch)
tree0deaf126970004dfb539fc17aff40f2688082cab
parentcb2a3e464d06d20e64e9383ea2661b5a4366c9e5 (diff)
downloadlibutf8proc-7fbb7d7dd8b45390972c26266b29acd2e11b9635.tar.gz
libutf8proc-7fbb7d7dd8b45390972c26266b29acd2e11b9635.tar.bz2
NEWS updatev2.0
-rw-r--r--NEWS.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index ebc1e59..d39d85a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,7 +2,7 @@
## Version 2.0 ##
-2016-07-??:
+2016-07-13:
- Updated for Unicode 9.0 ([#70]).
@@ -11,7 +11,10 @@
is still provided, but may incorrectly identify grapheme breaks
in some Unicode-9 sequences.
-- Smaller Unicode tables ([#62], [#68]).
+- Smaller Unicode tables ([#62], [#68]). This required changes
+ in the `utf8proc_property_t` structure, which breaks backward
+ compatibility if you access this `struct` directly. The
+ functions in the API remain backward-compatible, however.
- Buffer overrun fix ([#66]).