summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-22 13:56:20 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-23 11:08:22 +0900
commit1ed87dd3c4fb085955bb3848579a3ed7aba38507 (patch)
tree3b3fb4a6660430e2799eeaec1d45b6d51461accc
parent5de284ec78220e75643f89b454ce999da0c1c195 (diff)
Add NEWS about Warning.[] [Feature #16345] [ci skip]
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ac71d7dafd..a80495306b 100644
--- a/NEWS
+++ b/NEWS
@@ -474,6 +474,12 @@ UnboundMethod::
p Foo.instance_method(:add_1).bind(obj).call(1) #=> 2
p Foo.instance_method(:add_1).bind_call(obj, 1) #=> 2
+Warning::
+
+ New method::
+
+ * Added Warning.[] and Warning.[]= to manage emit/suppress some categories of
+ warnings. [Feature #16345]
$LOAD_PATH::