summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-16 07:51:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-16 07:51:18 +0000
commit565d22756bcec472e64f76699ffe5a5194fe14dd (patch)
tree52bf73292174ec1954e77b7c903577ea647a3dcb /ChangeLog
parentb62feb5e0482e2a7e8ec42f0413f5b7aff0552ba (diff)
* tool/file2lastrev.rb (VCS::SVN::get_revisions.): remind about
DOSISH, sometimes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27354 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 3388f30d3d..ba7bc28f42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Apr 16 16:51:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * tool/file2lastrev.rb (VCS::SVN::get_revisions.): remind about
+ DOSISH, sometimes.
+
Fri Apr 16 16:15:40 2010 Yukihiro Matsumoto <matz@ruby-lang.org>
* array.c (rb_ary_repeated_permutation): new method added. a patch