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
Родитель 02015974a3
Коммит ed682479ee
1 изменённых файлов: 5 добавлений и 0 удалений

5
NEWS
Просмотреть файл

@ -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