diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-11-26 13:09:24 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-11-26 13:09:24 +0900 |
commit | aa5b1d8df9407576153db5c240c2e68df5195be0 (patch) | |
tree | da945e9d74147ab94ee1c41334869182a4c5fadb | |
parent | 8655b9f7c644b023036c8745e3b26ed541af2325 (diff) |
[Feature #20293] Add `Warning.categories` to NEWS
-rw-r--r-- | NEWS.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |