summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-09 17:06:24 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-09 17:06:24 +0000
commit09a7d0173b672e9ba2e0062bf23acbf232afe1cc (patch)
treea461b65281fdcdeb1e505800b3230c5d2703e1cc /ChangeLog
parent0881fce5165127bff80a0d861b8a0c226b6c8408 (diff)
lib/delegate.rb: Backport #1781 [ruby-core:24356]; allow a block to be properly passed through.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@28239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bb7047d541..55db17c6ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
+Thu Jun 10 01:40:00 Kirk Haines <khaines@ruby-lang.org>
+
+ * lib/delegate.rb: Backport #1781 [ruby-core:24356]; allow a block to be properly passed through.
+
Wed Jun 9 04:35:00 Kirk Haines <khaines@ruby-lang.org>
- * gc.c: Backport #1785 [ruby-core:24395]; check to make sure finalizer_table isn't null before trying to run finalizers.
+ * gc.c: Backport #1785 [ruby-core:24395]; check to make sure finalizer_table isn't null before trying to run finalizers. r28235
Wed Jun 9 02:10:00 Kirk Haines <khaines@ruby-lang.org>