diff options
author | sonots <sonots@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-11-17 14:15:25 +0000 |
---|---|---|
committer | sonots <sonots@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-11-17 14:15:25 +0000 |
commit | 398abe4c51a5b30ed0aede285a69f73f05d629ca (patch) | |
tree | ff59c1238c3918182fbffaa0a3cc0c1dbc89986d /ChangeLog | |
parent | f952570bddc07e87b7c5a3f62dd5fbe390b7fe48 (diff) | |
download | ruby-398abe4c51a5b30ed0aede285a69f73f05d629ca.tar.gz |
* 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 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -176,6 +176,10 @@ Mon Nov 16 15:42:36 2015 Akinori MUSHA <knu@iDaemons.org> * lib/set.rb (#>=, #>, #<=, #<): Make use of Hash#>=, #>, #<, and #<= when comparing against an instance of the same kind. +Mon Nov 16 15:37:11 2015 Naotoshi Seo <sonots@gmail.com> + + * lib/logger.rb: Support symbol and string log level setting + Mon Nov 16 15:33:11 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org> * tool/rbinstall.rb: fix wrong permission for gem specification without |