mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS: Removal of Kernel#=~
[Feature #15231]
This commit is contained in:
parent
54198c7b97
commit
1272a331b4
1 changed files with 2 additions and 0 deletions
2
NEWS.md
2
NEWS.md
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue