From ac0d27eb58839a380af335bf42a5cc08ad144b6e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 6 Jan 2022 11:20:55 +0900 Subject: [PATCH] NEWS: Separate removed constants section --- NEWS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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]]