From 774f682952d247297568e905588f26f1849f589b Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 6 Apr 2015 13:53:24 +0000 Subject: * enum.c: Enumerable#chunk and Enumerable#slice_before no longer takes the initial_state argument. [Feature #10958] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d686e72ac7..4a17ff2cf5 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,11 @@ with all sufficient information, see the ChangeLog file. * Array#flatten and Array#flatten! no longer try to call #to_ary method on elements beyond the given level. [Bug #10748] +* Enumerable + * Enumerable#chunk and Enumerable#slice_before no longer takes the + initial_state argument. [Feature #10958] + Use a local variable instead to maintain a state. + * IO * IO#close doesn't raise when the IO object is closed. [Feature #10718] -- cgit v1.2.3