Skip to content

Commit

Permalink
Some fixes in NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Aug 29, 2020
1 parent 1199f1a commit a11b9ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]]

Expand Down Expand Up @@ -235,7 +235,7 @@ Excluding feature bug fixes.
* set
* tempfile
* tmpdir
* werkref
* weakref
* Bundled gems
Expand Down

0 comments on commit a11b9ca

Please sign in to comment.