aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index be17902b0d..6aed970bdc 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,10 @@ with all sufficient information, see the ChangeLog file.
* builtin classes
+ * Enumerable
+ * added method:
+ * added Enumerable#lazy method for lazy enumeration.
+
* Kernel
* added method:
* added Kernel#Hash conversion method like Array() or Float().