Skip to content

Commit

Permalink
Logger is Stdlib instead of Core classes
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
znz committed Nov 17, 2015
1 parent f8d4793 commit 37509b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ with all sufficient information, see the ChangeLog file.
* Kernel#loop, when stopped by a StopIteration exception, returns
what the enumerator has returned instead of nil. [Feature #11498]

* Logger

* Logger#level= now supports symbol and string levels such as :debug, :info,
:warn, :error, :fatal (case insensitive) [Feature #11695]
* Logger#reopen is added to reopen a log device. [Feature #11696]

* Module
* Module#deprecate_constant [Feature #11398]

Expand Down Expand Up @@ -144,6 +138,12 @@ with all sufficient information, see the ChangeLog file.

=== Stdlib updates (outstanding ones only)

* Logger

* Logger#level= now supports symbol and string levels such as :debug, :info,
:warn, :error, :fatal (case insensitive) [Feature #11695]
* Logger#reopen is added to reopen a log device. [Feature #11696]

* Socket
* Socket#connect_nonblock, Socket#accept_nonblock,
TCPServer#accept_nonblock, UNIXServer#accept_nonblock,
Expand Down

0 comments on commit 37509b4

Please sign in to comment.