summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-02 03:09:01 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-02 03:09:01 +0000
commit8b54e050f92311017bc42508636237fecde5cf84 (patch)
tree441cad45825e7c77c5b7e7913691cefc16fc68c0 /ChangeLog
parent4077b9b89dc1f139775774e59705677e54712cba (diff)
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
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 <mame@tsg.ne.jp>
+
+ * ChangeLog: Forgot to add a reference to the ChangeLog of the
+ previous commit.
+
Sat Feb 2 12:05:18 2013 Yusuke Endoh <mame@tsg.ne.jp>
* 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.