aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-22 04:23:59 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-22 04:23:59 +0000
commit6233ed4dcd0892b8ac2cd6acdbee3633db34b636 (patch)
tree6aaa90e984962d4a3ad2a7b5a989f8a164db9b8e /ChangeLog
parent52fcd9975d57888629520e38a489a6b66396e0fd (diff)
downloadruby-6233ed4dcd0892b8ac2cd6acdbee3633db34b636.tar.gz
* lib/delegate.rb: Forward #trust, #untrust, #taint and #untaint
to both the delegator and __getobj__ [ruby-core:26138] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28376 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 08e2c2ff0d..f0cc8d5c2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jun 22 13:23:13 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
+
+ * lib/delegate.rb: Forward #trust, #untrust, #taint and #untaint
+ to both the delegator and __getobj__ [ruby-core:26138]
+
Mon Jun 21 23:41:08 2010 wanabe <s.wanabe@gmail.com>
* eval_error.c (error_print): clear raised_flag while error-printing