summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-08 15:27:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-08 15:27:48 +0000
commit6aa05eba8a13e92338a7c6cd531107bc11132f19 (patch)
tree312509e17280a113419fcba84d8d5c415322099b /ChangeLog
parent9f7feadf03dde2618693ea1d25975511843376a4 (diff)
* thread.c (rb_thread_aset): fixed argument type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27678 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 f0f5fd8798..1b4dd8f2c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun May 9 00:27:46 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * thread.c (rb_thread_aset): fixed argument type.
+
Sat May 8 23:09:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* NEWS (io/console): IO#noecho and IO#raw without block are