From 1ed87dd3c4fb085955bb3848579a3ed7aba38507 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 22 Dec 2019 13:56:20 +0900 Subject: Add NEWS about Warning.[] [Feature #16345] [ci skip] --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) 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:: -- cgit v1.2.3