summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-04 02:29:07 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-04 02:29:07 +0000
commite09838c691805ae2bf6b46fa66abaa626f70e9d3 (patch)
treebe899cf6457d29e0c009dc066478f6c924a5a581 /NEWS
parent556152ada3c56b53ff4fa0e82a6ccd83a0967fc7 (diff)
* NEWS: Adding Enumerable#each_entry to the new method list
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3ac37a4392..14d9fda382 100644
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,7 @@ with all sufficient information, see the ChangeLog file.
* New methods:
* Enumerable#join
* Enumerable#chunk
+ * Enumerable#each_entry
* Enumerable#slice_before
* Enumerator