summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-01-06 11:20:55 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-01-06 11:20:55 +0900
commitac0d27eb58839a380af335bf42a5cc08ad144b6e (patch)
treedd287c56da0d51ce81583b19d2808d73e2368bc0 /NEWS.md
parentda43c8822c31789cd59f009d2d563a31433b67bf (diff)
NEWS: Separate removed constants section
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 63b9bebd4c..c34f623be1 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -49,7 +49,7 @@ Note: We're only listing outstanding class updates.
Note: Excluding feature bug fixes.
-### Removed methods
+### Removed constants
The following deprecated constant is removed.
@@ -57,6 +57,8 @@ The following deprecated constant is removed.
* `Struct::Group`
* `Struct::Passwd`
+### Removed methods
+
The following deprecated methods are removed.
* `Dir.exists?` [[Feature #17391]]