diff --git a/NEWS b/NEWS index c2e928ff54..17ad57d659 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,15 @@ with all sufficient information, see the ChangeLog file. * new method: * Dir.home + * Enumerator + * extended methods: + * #with_index accepts an optional argument that specifies the + index number to start with, defaulted to 0. + + * incompatible changes: + * #rewind now calls the "rewind" method of the enclosed object + if defined. + * IO * extended methods: * IO.pipe can take a block. @@ -29,10 +38,6 @@ with all sufficient information, see the ChangeLog file. * extended methods: * Process.spawn accepts [:child, FD] for a redirect target. - * Enumerator#rewind - * incompatible changes: - Now calls the "rewind" method of the enclosed object if defined. - * rss * 0.2.4 -> 0.2.5