summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@idaemons.org>2022-02-17 18:10:16 +0900
committerAkinori MUSHA <knu@idaemons.org>2022-02-18 11:56:24 +0900
commitac32b7023a7743b1f0cdcfe11156c95c0edb7c54 (patch)
tree08945045875673e65914c725bc7b69e91c6f9790 /NEWS.md
parentdd3501bb9580951623a9aa7c2f86f7c98f9d6b9c (diff)
Mention Set as a new builtin class to NEWS
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5563
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 609780555c..62f1786d92 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -67,6 +67,10 @@ Note: We're only listing outstanding class updates.
* Refinement
* Refinement#refined_class has been added. [[Feature #12737]]
+* Set
+ * Set is now available as a builtin class without the need for `require "set"`. [[Feature #16989]]
+ It is currently autoloaded via the `Set` constant or a call to `Enumerable#to_set`.
+
* Struct
* A Struct class can also be initialized with keyword arguments
without `keyword_init: true` on `Struct.new` [[Feature #16806]]
@@ -154,6 +158,7 @@ The following deprecated APIs are removed.
[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 #16989]: https://bugs.ruby-lang.org/issues/16989
[Feature #17351]: https://bugs.ruby-lang.org/issues/17351
[Feature #17391]: https://bugs.ruby-lang.org/issues/17391
[Bug #17545]: https://bugs.ruby-lang.org/issues/17545