aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-08 15:07:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-08 15:07:05 +0000
commita435fae7bd5e51b22757d1e2a0ef1240e75b4761 (patch)
tree0a25f183db502784f3e4105575da426adf9d9a1b /ChangeLog
parent4c0e360dd9f8bb7efa654a810391613d04515379 (diff)
downloadruby-a435fae7bd5e51b22757d1e2a0ef1240e75b4761.tar.gz
logger.rb: kwd args
* lib/logger.rb (Logger::LogDevice#initialize): define using keyword arguments. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a9d305339..f1dd0aec1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Mar 9 00:07:03 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/logger.rb (Logger::LogDevice#initialize): define using
+ keyword arguments.
+
Tue Mar 8 23:37:07 2016 Charles Oliver Nutter <headius@headius.com>
* test/ruby/test_array.rb: split out the test for no stack error