summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-11-26 13:09:24 +0900
committerNobuyoshi Nakada <[email protected]>2024-11-26 13:09:24 +0900
commitaa5b1d8df9407576153db5c240c2e68df5195be0 (patch)
treeda945e9d74147ab94ee1c41334869182a4c5fadb
parent8655b9f7c644b023036c8745e3b26ed541af2325 (diff)
[Feature #20293] Add `Warning.categories` to NEWS
-rw-r--r--NEWS.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index f38d16090c..0524e530db 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -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