ruby-changes:44198
From: shyouhei <ko1@a...>
Date: Tue, 27 Sep 2016 23:01:22 +0900 (JST)
Subject: [ruby-changes:44198] shyouhei:r56271 (trunk): * NEWS: news about Warning.warning. [ci skip]
shyouhei 2016-09-27 23:01:17 +0900 (Tue, 27 Sep 2016) New Revision: 56271 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56271 Log: * NEWS: news about Warning.warning. [ci skip] Modified files: trunk/ChangeLog trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 56270) +++ NEWS (revision 56271) @@ -117,6 +117,13 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L117 * 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 Index: ChangeLog =================================================================== --- ChangeLog (revision 56270) +++ ChangeLog (revision 56271) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Sep 27 22:59:42 2016 URABE Shyouhei <shyouhei@r...> + + * NEWS: news about Warning.warning. + Tue Sep 27 18:10:18 2016 Jeremy Evans <code@j...> * error.c: This makes all warnings raised call Warning.warn, which -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/