From 7c5a5a7cbc6112550106808234a5dc4dd3b1ecdc Mon Sep 17 00:00:00 2001 From: shyouhei Date: Tue, 27 Sep 2016 14:01:17 +0000 Subject: * NEWS: news about Warning.warning. [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ NEWS | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index cdd9319864..671a606714 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 27 22:59:42 2016 URABE Shyouhei + + * NEWS: news about Warning.warning. + Tue Sep 27 18:10:18 2016 Jeremy Evans * error.c: This makes all warnings raised call Warning.warn, which diff --git a/NEWS b/NEWS index c8077e3e26..ceee617377 100644 --- a/NEWS +++ b/NEWS @@ -117,6 +117,13 @@ with all sufficient information, see the ChangeLog file or Redmine * Thread#report_on_exception and Thread.report_on_exception [Feature #6647] +* Warning + + * New module named Warning is introduced. By default it has only + one singleton method, also named warning. This makes it possible + for 3rd-party libraries to control the way warnings are handled. + [Feature #12299] + === Stdlib updates (outstanding ones only) * CGI -- cgit v1.2.3