mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS: Separate removed constants section
This commit is contained in:
parent
da43c8822c
commit
ac0d27eb58
1 changed files with 3 additions and 1 deletions
4
NEWS.md
4
NEWS.md
|
@ -49,7 +49,7 @@ Note: We're only listing outstanding class updates.
|
|||
|
||||
Note: Excluding feature bug fixes.
|
||||
|
||||
### Removed methods
|
||||
### Removed constants
|
||||
|
||||
The following deprecated constant is removed.
|
||||
|
||||
|
@ -57,6 +57,8 @@ The following deprecated constant is removed.
|
|||
* `Struct::Group`
|
||||
* `Struct::Passwd`
|
||||
|
||||
### Removed methods
|
||||
|
||||
The following deprecated methods are removed.
|
||||
|
||||
* `Dir.exists?` [[Feature #17391]]
|
||||
|
|
Loading…
Reference in a new issue