mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Minor fixes to NEWS for String subclass method change [ci skip]
This commit is contained in:
parent
ed8e552d4d
commit
d645f18f0f
1 changed files with 5 additions and 3 deletions
8
NEWS.md
8
NEWS.md
|
@ -271,8 +271,8 @@ Outstanding ones only.
|
|||
|
||||
* Modified methods
|
||||
|
||||
* The following methods now return String instances instead of
|
||||
subclass instances when called on subclass instances:
|
||||
* The following methods now return or yield String instances
|
||||
instead of subclass instances when called on subclass instances:
|
||||
[[Bug #10845]]
|
||||
|
||||
* `String#*`
|
||||
|
@ -285,7 +285,9 @@ Outstanding ones only.
|
|||
* `String#delete_suffix`
|
||||
* `String#downcase`
|
||||
* `String#dump`
|
||||
* `String#each/#each_line`
|
||||
* `String#each_char`
|
||||
* `String#each_grapheme_cluster`
|
||||
* `String#each_line`
|
||||
* `String#gsub`
|
||||
* `String#ljust`
|
||||
* `String#lstrip`
|
||||
|
|
Loading…
Add table
Reference in a new issue