summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-31 23:59:50 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-31 23:59:50 +0900
commitf59b2e440ea7f4dcc274f54ef1486f90b2ad02bd (patch)
tree0abd0d035e189e718d4325b922e1684ab3f493e8
parent60e9aa57339a0b4e28f252674f2f033ae1a90888 (diff)
NEWS: Removed methods
-rw-r--r--NEWS.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 1ccb6d23c7..d4297d0d63 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -40,6 +40,13 @@ Note: We're only listing outstanding class updates.
Note: Excluding feature bug fixes.
+### Removed methods
+
+The following deprecated methods are removed.
+
+* `Dir.exists?`
+* `File.exists?`
+
## Stdlib compatibility issues
## C API updates