[Feature #20884] News of toplevel "Ruby" name reservation

This commit is contained in:
Nobuyoshi Nakada 2024-12-12 18:30:43 +09:00
parent 4d86f3bf6d
commit 197a3efc75
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -25,6 +25,9 @@ Note that each entry is kept to a minimum, see links for details.
* Keyword arguments are no longer allowed in index assignment
(e.g. `a[0, kw: 1] = 2`). [[Bug #20218]]
* The toplevel name `::Ruby` is reserved now, and the definition will be warned
when `Warning[:deprecated]`. [[Feature #20884]]
## Core classes updates
Note: We're only listing outstanding class updates.
@ -396,5 +399,6 @@ details of the default gems or bundled gems.
[Feature #20811]: https://bugs.ruby-lang.org/issues/20811
[Feature #20860]: https://bugs.ruby-lang.org/issues/20860
[Feature #20876]: https://bugs.ruby-lang.org/issues/20876
[Feature #20884]: https://bugs.ruby-lang.org/issues/20884
[Feature #20902]: https://bugs.ruby-lang.org/issues/20902
[Bug #20929]: https://bugs.ruby-lang.org/issues/20929