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

ruby-changes:70742

From: Nobuyoshi <ko1@a...>
Date: Wed, 5 Jan 2022 18:20:43 +0900 (JST)
Subject: [ruby-changes:70742] 1272a331b4 (master): NEWS: Removal of `Kernel#=~` [Feature #15231]

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

From 1272a331b40575826ecefb085232e06d8b4977e2 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 5 Jan 2022 18:18:43 +0900
Subject: NEWS: Removal of `Kernel#=~` [Feature #15231]

---
 NEWS.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/NEWS.md b/NEWS.md
index de0c5d37a9c..b70c3c03576 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -61,6 +61,7 @@ The following deprecated methods are removed. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L61
 
 * `Dir.exists?`
 * `File.exists?`
+* `Kernel#=~` [[Feature #15231]]
 
 ## Stdlib compatibility issues
 
@@ -95,4 +96,5 @@ The following deprecated APIs are removed. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L96
 
 ## Miscellaneous changes
 
+[Feature #15231]: https://bugs.ruby-lang.org/issues/15231
 [Feature #18351]: https://bugs.ruby-lang.org/issues/18351
-- 
cgit v1.2.1


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

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