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

NEWS: add entry for r61137

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2017-12-12 08:27:33 +00:00
parent 02015974a3
commit ed682479ee

5
NEWS
View file

@ -128,6 +128,11 @@ with all sufficient information, see the ChangeLog file or Redmine
enumerate grapheme clusters [Feature #13780]
* String#start_with? supports regexp [Feature #13712]
* Struct
* Struct.new now takes `keyword_init: true` option to initialize members
with keyword arguments. [Feature #11925]
* Regexp/String: Update Unicode version from 9.0.0 to 10.0.0 [Feature #13685]
* Thread