NEWS: Removal of `Kernel#=~` [Feature #15231]

This commit is contained in:
Nobuyoshi Nakada 2022-01-05 18:18:43 +09:00
parent 54198c7b97
commit 1272a331b4
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ The following deprecated methods are removed.
* `Dir.exists?` * `Dir.exists?`
* `File.exists?` * `File.exists?`
* `Kernel#=~` [[Feature #15231]]
## Stdlib compatibility issues ## Stdlib compatibility issues
@ -95,4 +96,5 @@ The following deprecated APIs are removed.
## Miscellaneous changes ## Miscellaneous changes
[Feature #15231]: https://bugs.ruby-lang.org/issues/15231
[Feature #18351]: https://bugs.ruby-lang.org/issues/18351 [Feature #18351]: https://bugs.ruby-lang.org/issues/18351