summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-25 14:46:36 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-25 14:46:36 +0000
commit5a1fa79086c4f1c6e11a78d5d0ff8d58cc3e238a (patch)
tree16868615fbbb66d0a1c9a51be19281a7f6e4a982 /ChangeLog
parent3a724e086af6a6a8846da1f194cfb12c1977573b (diff)
merges r24530 from trunk into ruby_1_9_1.
-- * vm.c (vm_exec): returning from lambda runs ensure section. [Bug #1729] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25480 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 d691f1b807..3d38c6cc33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 13 21:01:03 2009 wanabe <s.wanabe@gmail.com>
+
+ * vm.c (vm_exec): returning from lambda runs ensure section.
+ [Bug #1729]
+
Wed Aug 12 15:52:04 2009 NARUSE, Yui <naruse@ruby-lang.org>
* class.c (rb_define_module_id_under): fix the name.