aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorsonots <sonots@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-09 07:41:51 +0000
committersonots <sonots@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-09 07:41:51 +0000
commit16ca3a28c6bb8d3d0d78177f8667863974b09adf (patch)
tree7262cef3f0fb0f334743b126c8646b8e7d1f40c3 /ChangeLog
parent9a62d41a21ce4e9230d20f01aae71784bd08aa46 (diff)
downloadruby-16ca3a28c6bb8d3d0d78177f8667863974b09adf.tar.gz
* lib/logger.rb: Remove block from Logger.add as it's not needed
patch provided by Daniel Lobato GarcĂ­ [fix GH-1240] [Bug #12054] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53790 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 c594539724..8e0ccd66a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Feb 9 16:36:23 2016 Naotoshi Seo <sonots@gmail.com>
+
+ * lib/logger.rb: Remove block from Logger.add as it's not needed
+ patch provided by Daniel Lobato GarcĂ­ [fix GH-1240] [Bug #12054]
+
Tue Feb 9 14:32:23 2016 Zachary Scott <zzak@ruby-lang.org>
* ext/zlib/zlib.c: Document mtime header behavior with patch by @schneems