summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0f5f448f0b..9174577811 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,12 @@ with all sufficient information, see the ChangeLog file or Redmine
=== Core classes updates (outstanding ones only)
+* Dir
+
+ * New methods:
+
+ * added Dir#each_child and Dir#children instance methods. [Feature #13969]
+
* Proc
* Proc#call doesn't change $SAFE any more. [Feature #14250]