mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Some fixes in NEWS.md
This commit is contained in:
parent
1199f1a4aa
commit
a11b9ca01c
1 changed files with 3 additions and 3 deletions
6
NEWS.md
6
NEWS.md
|
@ -124,11 +124,11 @@ Outstanding ones only.
|
|||
* Modified method
|
||||
|
||||
* Kernel#clone when called with `freeze: false` keyword will call
|
||||
#initialize_clone with the `freeze: false` keyword.
|
||||
`#initialize_clone` with the `freeze: false` keyword.
|
||||
[[Bug #14266]]
|
||||
|
||||
* Kernel#clone when called with `freeze: true` keyword will call
|
||||
#initialize_clone with the `freeze: true` keyword, and will
|
||||
`#initialize_clone` with the `freeze: true` keyword, and will
|
||||
return a frozen copy even if the receiver is unfrozen.
|
||||
[[Feature #16175]]
|
||||
|
||||
|
@ -235,7 +235,7 @@ Excluding feature bug fixes.
|
|||
* set
|
||||
* tempfile
|
||||
* tmpdir
|
||||
* werkref
|
||||
* weakref
|
||||
|
||||
* Bundled gems
|
||||
|
||||
|
|
Loading…
Reference in a new issue