1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add clarification about details of update to Unicode 11.0.0 [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
duerst 2018-12-11 00:44:24 +00:00
parent f6e800dab0
commit 448e86d796

2
NEWS
View file

@ -271,6 +271,8 @@ sufficient information, see the ChangeLog file or Redmine
[Regexp/String]
* Update Unicode version from 10.0.0 to 11.0.0 [Feature #14802]
This includes a rewrite of the grapheme cluster (/\X/) algorithm
and special-casing for Georgian MTAVRULI on String#downcase.
* Update Emoji version from 5.0 to 11.0.0 [Feature #14802]