summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorsonots <sonots@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-17 14:15:25 +0000
committersonots <sonots@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-17 14:15:25 +0000
commit398abe4c51a5b30ed0aede285a69f73f05d629ca (patch)
treeff59c1238c3918182fbffaa0a3cc0c1dbc89986d /NEWS
parentf952570bddc07e87b7c5a3f62dd5fbe390b7fe48 (diff)
* lib/logger.rb: support symbol and string log level setting
[fix GH-1101] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f3bbce4d2c..7db552ae1e 100644
--- a/NEWS
+++ b/NEWS
@@ -78,6 +78,9 @@ with all sufficient information, see the ChangeLog file.
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