NEWS: Added update from Unicode 7.0.0 to 8.0.0 [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
duerst 2015-11-17 06:34:52 +00:00
parent 5d3cdd6556
commit ec217619b6
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,6 @@
Tue Nov 17 15:34:34 2015 Martin Duerst <duerst@it.aoyama.ac.jp>
* NEWS: Added update from Unicode 7.0.0 to 8.0.0 [ci skip]
Tue Nov 17 15:30:30 2015 Martin Duerst <duerst@it.aoyama.ac.jp> Tue Nov 17 15:30:30 2015 Martin Duerst <duerst@it.aoyama.ac.jp>
* enc/unicode/casefold.h, name2ctype.h: Change Unicode * enc/unicode/casefold.h, name2ctype.h: Change Unicode
Version for regular expressions from 7.0.0 to Version for regular expressions from 7.0.0 to

2
NEWS
View File

@ -95,6 +95,8 @@ with all sufficient information, see the ChangeLog file.
Backtrace doesn't show each method (show block lines directly). Backtrace doesn't show each method (show block lines directly).
TracePoint also ignores these calls. [Feature #11569] TracePoint also ignores these calls. [Feature #11569]
* Regexp/String: Updated Unicode version from 7.0.0 to 8.0.0
* Struct * Struct
* Struct#dig [Feature #11686] * Struct#dig [Feature #11686]