From f1cb0f2f547a0b49b8e919aa84c8f233aec150ae Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 10 Dec 2008 17:24:42 +0000 Subject: * lib/open3.rb (Open3.pipeline_start): return an array of threads if a block is not given. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 403f28791..a75e16f93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 11 02:23:51 2008 Tanaka Akira + + * lib/open3.rb (Open3.pipeline_start): return an array of threads if a + block is not given. + Thu Dec 11 01:48:00 2008 Yukihiro Matsumoto * ext/bigdecimal/bigdecimal.c (BigDecimal_round): should be round -- cgit