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

ruby-changes:71043

From: Takashi <ko1@a...>
Date: Sat, 29 Jan 2022 17:33:04 +0900 (JST)
Subject: [ruby-changes:71043] fbb3cab956 (master): Add a NEWS entry about [Feature #16806]

https://git.ruby-lang.org/ruby.git/commit/?id=fbb3cab956

From fbb3cab9564ea7f4de6e048b1d44888c0ecd2d37 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Sat, 29 Jan 2022 00:32:38 -0800
Subject: Add a NEWS entry about [Feature #16806]

---
 NEWS.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS.md b/NEWS.md
index 3e75f4e94e7..5bad4b03244 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -67,6 +67,10 @@ Note: We're only listing outstanding class updates. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L67
 * Refinement
     * Refinement#refined_class has been added. [[Feature #12737]]
 
+* Struct
+    * A Struct class can also be initialized with keyboard arguments
+      without `keyword_init: true` on `Struct.new` [[Feature #16806]]
+
 ## Stdlib updates
 
 *   The following default gem are updated.
@@ -145,6 +149,7 @@ The following deprecated APIs are removed. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L149
 [Feature #15231]: https://bugs.ruby-lang.org/issues/15231
 [Bug #15928]:     https://bugs.ruby-lang.org/issues/15928
 [Feature #16131]: https://bugs.ruby-lang.org/issues/16131
+[Feature #16806]: https://bugs.ruby-lang.org/issues/16806
 [Bug #16908]:     https://bugs.ruby-lang.org/issues/16908
 [Feature #17351]: https://bugs.ruby-lang.org/issues/17351
 [Feature #17391]: https://bugs.ruby-lang.org/issues/17391
-- 
cgit v1.2.1


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

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