From 8b54e050f92311017bc42508636237fecde5cf84 Mon Sep 17 00:00:00 2001 From: mame Date: Sat, 2 Feb 2013 03:09:01 +0000 Subject: [PATCH] * ChangeLog: Forgot to add a reference to the ChangeLog of the previous commit. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bdd0ac4134..87e3325a71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ +Sat Feb 2 12:07:41 2013 Yusuke Endoh + + * ChangeLog: Forgot to add a reference to the ChangeLog of the + previous commit. + Sat Feb 2 12:05:18 2013 Yusuke Endoh * lib/fileutils.rb: chmod/chmod_R with a string mode (e.g., "+x") - caused error in verbose mode. + caused error in verbose mode. [Bug #7373] * test/fileutils/test_fileutils.rb: add a test for above.