aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-22 02:12:15 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-22 02:12:15 +0000
commit55aa4dce3bc550617e16de91eba315a41baac2b9 (patch)
treede0db3901944ce9c69ac58a4071892688996bf08 /ChangeLog
parentd235b822d254da92b0e9707a195744ab3e759500 (diff)
downloadruby-55aa4dce3bc550617e16de91eba315a41baac2b9.tar.gz
* lib/fileutils.rb: Document block behavior of FileUtils.cd. Patch by
Bil Kleb. [Ruby 1.9 - Bug 4751] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31684 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 315ca46d7f..bdf6e75d12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun May 22 11:11:41 2011 Eric Hodel <drbrain@segment7.net>
+
+ * lib/fileutils.rb: Document block behavior of FileUtils.cd. Patch by
+ Bil Kleb. [Ruby 1.9 - Bug 4751]
+
Sun May 22 11:07:47 2011 Eric Hodel <drbrain@segment7.net>
* ext/curses/curses.c: Complete documentation. Patch by Vincent