Some fixes in NEWS.md
This commit is contained in:
parent
1199f1a4aa
commit
a11b9ca01c
6
NEWS.md
6
NEWS.md
@ -124,11 +124,11 @@ Outstanding ones only.
|
|||||||
* Modified method
|
* Modified method
|
||||||
|
|
||||||
* Kernel#clone when called with `freeze: false` keyword will call
|
* 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]]
|
[[Bug #14266]]
|
||||||
|
|
||||||
* Kernel#clone when called with `freeze: true` keyword will call
|
* 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.
|
return a frozen copy even if the receiver is unfrozen.
|
||||||
[[Feature #16175]]
|
[[Feature #16175]]
|
||||||
|
|
||||||
@ -235,7 +235,7 @@ Excluding feature bug fixes.
|
|||||||
* set
|
* set
|
||||||
* tempfile
|
* tempfile
|
||||||
* tmpdir
|
* tmpdir
|
||||||
* werkref
|
* weakref
|
||||||
|
|
||||||
* Bundled gems
|
* Bundled gems
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user