summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2023-02-09 12:45:52 -0800
committerJeremy Evans <code@jeremyevans.net>2023-03-24 11:18:57 -0700
commit3be65f63c79492908e898d8d7281035445a2b9a1 (patch)
treed26c29069be936a0f8de84b1105f96b5da3479ea /NEWS.md
parent466ca7ae205126c7cac83735db887d69e293f816 (diff)
downloadruby-3be65f63c79492908e898d8d7281035445a2b9a1.tar.gz
Add Dir#chdir
This uses Dir.fchdir if supported, or Dir.chdir otherwise. Implements [Feature #19347]
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 c3118976bf..386d5594bb 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -19,6 +19,8 @@ Note: We're only listing outstanding class updates.
* `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
+ by the provided `Dir` object. [[Feature #19347]]
* String