Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
Co-authored-by: Winston Chang <[email protected]>
  • Loading branch information
zeehio and wch authored Apr 17, 2023
1 parent 21814fe commit b5b11ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ R6 2.5.1.9000

* When a superclass is not cloneable, then subclasses cannot be cloneable (@IndrajeetPatil, #247).

* Fix using `$.__enclos_env__` on arbitrary environments while deep cloning.
R6 now requires R >= 3.2. (@zeehio, #253)
* Fixed #253: Errors could occur when deep cloning if a member object was an environment with a class that had a `$` method. Deep cloning now uses `get0()` instead of `$`. R6 now requires R >= 3.2. (@zeehio, #274)

R6 2.5.1
========
Expand Down

0 comments on commit b5b11ff

Please sign in to comment.