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

add update to Unicode 11.0.0 to NEWS [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
duerst 2018-12-05 10:06:47 +00:00
parent 1eba8ecb66
commit 433410a00f

6
NEWS
View file

@ -279,6 +279,12 @@ sufficient information, see the ChangeLog file or Redmine
* RubyVM::AbstractSyntaxTree.of returns AST nodes of the given proc or method.
[experimental]
[Regexp/String]
* Update Unicode version from 10.0.0 to 11.0.0 [Feature #14802]
* Update Emoji version from 5.0 to 11.0.0 [Feature #14802]
[String]
* String#crypt is now deprecated. [Feature #14915]