[前][次][番号順一覧][スレッド一覧]

ruby-changes:49023

From: k0kubun <ko1@a...>
Date: Tue, 12 Dec 2017 17:27:38 +0900 (JST)
Subject: [ruby-changes:49023] k0kubun:r61138 (trunk): NEWS: add entry for r61137

k0kubun	2017-12-12 17:27:33 +0900 (Tue, 12 Dec 2017)

  New Revision: 61138

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61138

  Log:
    NEWS: add entry for r61137

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 61137)
+++ NEWS	(revision 61138)
@@ -128,6 +128,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L128
     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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]