ruby-changes:70752
From: Nobuyoshi <ko1@a...>
Date: Thu, 6 Jan 2022 11:21:57 +0900 (JST)
Subject: [ruby-changes:70752] ac0d27eb58 (master): NEWS: Separate removed constants section
https://git.ruby-lang.org/ruby.git/commit/?id=ac0d27eb58 From ac0d27eb58839a380af335bf42a5cc08ad144b6e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Thu, 6 Jan 2022 11:20:55 +0900 Subject: NEWS: Separate removed constants section --- NEWS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 63b9bebd4c3..c34f623be1b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -49,7 +49,7 @@ Note: We're only listing outstanding class updates. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L49 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. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L57 * `Struct::Group` * `Struct::Passwd` +### Removed methods + The following deprecated methods are removed. * `Dir.exists?` [[Feature #17391]] -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/