NEWS: `Fixnum` and `Bignum` are removed finally [Feature #12005]

This commit is contained in:
Nobuyoshi Nakada 2022-01-25 23:10:20 +09:00
parent 342e7a094a
commit e3b5cc8836
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,7 @@ Note: Excluding feature bug fixes.
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.
## 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