[前][次][番号順一覧][スレッド一覧]

ruby-changes:70743

From: Nobuyoshi <ko1@a...>
Date: Wed, 5 Jan 2022 18:27:33 +0900 (JST)
Subject: [ruby-changes:70743] e38d583391 (master): NEWS: Links to the tickets to remove deprecated features

https://git.ruby-lang.org/ruby.git/commit/?id=e38d583391

From e38d583391a8839848abbda8ab32afd59c603da6 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 5 Jan 2022 18:27:16 +0900
Subject: NEWS: Links to the tickets to remove deprecated features

---
 NEWS.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index b70c3c03576..63b9bebd4c3 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -53,14 +53,14 @@ Note: Excluding feature bug fixes. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L53
 
 The following deprecated constant is removed.
 
-* `Random::DEFAULT`
+* `Random::DEFAULT` [[Feature #17351]]
 * `Struct::Group`
 * `Struct::Passwd`
 
 The following deprecated methods are removed.
 
-* `Dir.exists?`
-* `File.exists?`
+* `Dir.exists?` [[Feature #17391]]
+* `File.exists?` [[Feature #17391]]
 * `Kernel#=~` [[Feature #15231]]
 
 ## Stdlib compatibility issues
@@ -97,4 +97,6 @@ The following deprecated APIs are removed. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L97
 ## Miscellaneous changes
 
 [Feature #15231]: https://bugs.ruby-lang.org/issues/15231
+[Feature #17351]: https://bugs.ruby-lang.org/issues/17351
+[Feature #17391]: https://bugs.ruby-lang.org/issues/17391
 [Feature #18351]: https://bugs.ruby-lang.org/issues/18351
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]