summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-25 02:50:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-25 02:50:21 +0000
commit944c455b38f85c5fa1b91390d43d89b692e4c812 (patch)
tree55ea82cf0a92a02b4aa277e6469d832ffd0fa714 /NEWS
parent5a302b3098a1a124f8a81fcbfd40924dd862abd7 (diff)
dir.c: Dir.each_child and Dir.children
* dir.c (dir_s_each_child, dir_s_children): Dir.each_child and Dir.children which are similar to Dir.foreach and Dir.entries respectively, except to exclude "." and "..". [Feature #11302] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 42d22eb9e7..dfe841d2f4 100644
--- a/NEWS
+++ b/NEWS
@@ -28,7 +28,9 @@ with all sufficient information, see the ChangeLog file or Redmine
* Dir
* Dir.glob provides new optional keyword argument, :base.
- [Feature#13056]
+ [Feature #13056]
+ * Dir.children [Feature #11302]
+ * Dir.each_child [Feature #11302]
* Integer