NEWS update

This commit is contained in:
Steven G. Johnson 2016-07-13 12:02:47 -04:00
parent cb2a3e464d
commit 7fbb7d7dd8

View File

@ -2,7 +2,7 @@
## Version 2.0 ## ## Version 2.0 ##
2016-07-??: 2016-07-13:
- Updated for Unicode 9.0 ([#70]). - Updated for Unicode 9.0 ([#70]).
@ -11,7 +11,10 @@
is still provided, but may incorrectly identify grapheme breaks is still provided, but may incorrectly identify grapheme breaks
in some Unicode-9 sequences. 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]). - Buffer overrun fix ([#66]).