summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-08 16:04:22 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-08 16:04:22 +0000
commit8f3e3995df3697f4fdf6ea30b9340c51947812c5 (patch)
tree5c9570a171fcaa91a70513610a346abe51ad59eb /ChangeLog
parent6aa05eba8a13e92338a7c6cd531107bc11132f19 (diff)
* spec/default.mspec (config): . is no longer in $:.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b4dd8f2c1..872990b55d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat May 8 19:03:31 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * spec/default.mspec (config): . is no longer in $:.
+
Sun May 9 00:27:46 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* thread.c (rb_thread_aset): fixed argument type.