[Feature #20293] Add Warning.categories to NEWS

This commit is contained in:
Nobuyoshi Nakada 2024-11-26 13:09:24 +09:00
parent 8655b9f7c6
commit aa5b1d8df9
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -86,6 +86,11 @@ Note: We're only listing outstanding class updates.
associated with the AST node. [[Feature #20624]]
* Add RubyVM::AbstractSyntaxTree::Location class which holds location information. [[Feature #20624]]
* Warning
* Add Warning.categories method which returns a list of possible warning categories.
[[Feature #20293]]
## Stdlib updates
* Tempfile
@ -280,6 +285,7 @@ details of the default gems or bundled gems.
[Feature #20205]: https://bugs.ruby-lang.org/issues/20205
[Bug #20218]: https://bugs.ruby-lang.org/issues/20218
[Feature #20265]: https://bugs.ruby-lang.org/issues/20265
[Feature #20293]: https://bugs.ruby-lang.org/issues/20293
[Feature #20429]: https://bugs.ruby-lang.org/issues/20429
[Bug #20433]: https://bugs.ruby-lang.org/issues/20433
[Feature #20443]: https://bugs.ruby-lang.org/issues/20443