summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 08:27:33 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 08:27:33 +0000
commited682479ee73c1c401b6ab5a1ed6e10c77cbce0c (patch)
tree1c8e14eac972ce30c68f58f6721d5a4615b3bd68 /NEWS
parent02015974a3cca132bce7e1e7588b9cf835c07036 (diff)
NEWS: add entry for r61137
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 14a7c7f3f5..bb9efb93e2 100644
--- a/NEWS
+++ b/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