summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 386d5594bb..f52ddbb914 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -17,6 +17,8 @@ Note: We're only listing outstanding class updates.
* Dir
+ * `Dir.for_fd` added for returning a Dir object for the directory specified
+ by the provided directory file descriptor. [[Feature #19347]]
* `Dir.fchdir` added for changing the directory to the directory specified
by the provided directory file descriptor. [[Feature #19347]]
* `Dir#chdir` added for changing the directory to the directory specified