diff --git a/ChangeLog b/ChangeLog index c7408bfb01..e91e8ff7f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Tue Nov 17 15:34:34 2015 Martin Duerst + * NEWS: Added update from Unicode 7.0.0 to 8.0.0 [ci skip] + Tue Nov 17 15:30:30 2015 Martin Duerst * enc/unicode/casefold.h, name2ctype.h: Change Unicode Version for regular expressions from 7.0.0 to diff --git a/NEWS b/NEWS index 495616d2bb..d0ee63f420 100644 --- a/NEWS +++ b/NEWS @@ -95,6 +95,8 @@ with all sufficient information, see the ChangeLog file. Backtrace doesn't show each method (show block lines directly). TracePoint also ignores these calls. [Feature #11569] +* Regexp/String: Updated Unicode version from 7.0.0 to 8.0.0 + * Struct * Struct#dig [Feature #11686]