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

ruby-changes:71008

From: Nobuyoshi <ko1@a...>
Date: Tue, 25 Jan 2022 23:10:39 +0900 (JST)
Subject: [ruby-changes:71008] e3b5cc8836 (master): NEWS: `Fixnum` and `Bignum` are removed finally [Feature #12005]

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

From e3b5cc8836197dc2940a297b9130ed545bc3f7a7 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 25 Jan 2022 23:10:20 +0900
Subject: NEWS: `Fixnum` and `Bignum` are removed finally [Feature #12005]

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

diff --git a/NEWS.md b/NEWS.md
index 3ffab898b00..3e75f4e94e7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -89,6 +89,7 @@ Note: Excluding feature bug fixes. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L89
 
 The following deprecated constants are removed.
 
+* `Fixnum` and `Bignum` [[Feature #12005]]
 * `Random::DEFAULT` [[Feature #17351]]
 * `Struct::Group`
 * `Struct::Passwd`
@@ -138,6 +139,7 @@ The following deprecated APIs are removed. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L139
 
 ## Miscellaneous changes
 
+[Feature #12005]: https://bugs.ruby-lang.org/issues/12005
 [Feature #12737]: https://bugs.ruby-lang.org/issues/12737
 [Feature #14332]: https://bugs.ruby-lang.org/issues/14332
 [Feature #15231]: https://bugs.ruby-lang.org/issues/15231
-- 
cgit v1.2.1


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

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