mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: news about Warning.warning. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
078dcd267d
commit
e9fa549539
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Tue Sep 27 22:59:42 2016 URABE Shyouhei <shyouhei@ruby-lang.org>
|
||||||
|
|
||||||
|
* NEWS: news about Warning.warning.
|
||||||
|
|
||||||
Tue Sep 27 18:10:18 2016 Jeremy Evans <code@jeremyevans.net>
|
Tue Sep 27 18:10:18 2016 Jeremy Evans <code@jeremyevans.net>
|
||||||
|
|
||||||
* error.c: This makes all warnings raised call Warning.warn, which
|
* error.c: This makes all warnings raised call Warning.warn, which
|
||||||
|
|
7
NEWS
7
NEWS
|
@ -117,6 +117,13 @@ with all sufficient information, see the ChangeLog file or Redmine
|
||||||
* Thread#report_on_exception and Thread.report_on_exception
|
* Thread#report_on_exception and Thread.report_on_exception
|
||||||
[Feature #6647]
|
[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)
|
=== Stdlib updates (outstanding ones only)
|
||||||
|
|
||||||
* CGI
|
* CGI
|
||||||
|
|
Loading…
Add table
Reference in a new issue