summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 82f327030f..8bad42c6b6 100644
--- a/NEWS
+++ b/NEWS
@@ -26,8 +26,26 @@ with all sufficient information, see the ChangeLog file.
* Integer#even? implemented.
* Integer#pred implemented.
+ * Object#to_enum
+ * Object#enum_for
+ * Enumerable#each_slice
+ * Enumerable#enum_slice
+ * Enumerable#each_cons
+ * Enumerable#enum_cons
+
+ New methods for various enumeration defined by the enumerator library.
+
+ * Enumerable::Enumerator
+
+ New class for various enumeration defined by the enumerator library.
+
* Regexp.union accepts an array of patterns.
+* enumerator
+
+ * Enumerator is now a built-in module. Almost everything has been
+ backported from 1.9, except for the #next and #rewind methods.
+
* ipaddr
* New methods