From ecfc868bdb5e43cdb585767006e9df2de575eed2 Mon Sep 17 00:00:00 2001 From: mrkn Date: Wed, 29 Sep 2010 08:55:11 +0000 Subject: * ext/bigdecimal/bigdecimal.c (BigDecimal_save_limit): return the result of a block. * test/bigdecimal/test_bigdecimal.rb (test_save_limit): add a test for the above change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4eb868a61e..6a5628e677 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Sep 29 17:41:34 2010 Kenta Murata + + * ext/bigdecimal/bigdecimal.c (BigDecimal_save_limit): + return the result of a block. + + * test/bigdecimal/test_bigdecimal.rb (test_save_limit): + add a test for the above change. + Wed Sep 29 16:18:03 2010 NAKAMURA Usaku * vm_dump.c (dump_thread): remove ununsed optional arguments. -- cgit v1.2.3