aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-16 21:43:20 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-16 21:43:20 +0000
commit532f1485d326edbcc72e64ce0e8f3aa9157f1946 (patch)
treeee7fdf7e959ae8328ef294b452af90a0e5bbb417 /ChangeLog
parent28c2fa2fdb56abb6960ee40b9364706059f0ea65 (diff)
downloadruby-532f1485d326edbcc72e64ce0e8f3aa9157f1946.tar.gz
* lib/logger.rb: Improve documentation. Patch by David Copeland.
[Ruby 1.9 - Bug #4706] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31597 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 88bfeffa00..0b44939c9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue May 17 06:42:53 2011 Eric Hodel <drbrain@segment7.net>
+
+ * lib/logger.rb: Improve documentation. Patch by David Copeland.
+ [Ruby 1.9 - Bug #4706]
+
Tue May 17 06:28:14 2011 Eric Hodel <drbrain@segment7.net>
* lib/gserver.rb: Improve documentation. Patch by David Copeland.