aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
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