aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-30 22:40:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-30 22:40:54 +0000
commit4b3a1f77e14696780265f4c05bfa01a5216f8f99 (patch)
tree8c9abaa64e4ba0cb19207e3341001b54681e5233 /ChangeLog
parentdb5ede2236ab49aaf6fca49ecbef7594eed97e8a (diff)
downloadruby-4b3a1f77e14696780265f4c05bfa01a5216f8f99.tar.gz
* hash.c, marshal.c, object.c, variable.c: fix callback argument types
of iterators. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35183 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 c60f4e805b..8ae7df0f28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Mar 31 07:40:51 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * hash.c, marshal.c, object.c, variable.c: fix callback argument types
+ of iterators.
+
Thu Mar 29 23:50:15 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
* st.c (st_update): pass pointer to key to the callback function.