summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-12 13:31:49 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-12 13:31:49 +0000
commit28877d908cbf6f855cd6839bc4378a226142a330 (patch)
tree8202deb5bfa0a46aa99c84759698711227b98c3d /ChangeLog
parenta87bf91ebdb239db4cc33f02173cdda83f21c908 (diff)
merges r21387 from trunk into ruby_1_9_1.
* instruby.rb: should not depend on a library which does not exist in 1.8. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21454 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 f7fc02bfa..8005f4579 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jan 8 17:32:51 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * instruby.rb: should not depend on a library which does not exist
+ in 1.8.
+
Wed Jan 7 22:13:03 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* instruby.rb (man, gem): fixed errors.