Skip to content

Commit

Permalink
Add news bullet about R 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jun 24, 2024
1 parent 7c6bad8 commit 67efbbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# evaluate (development version)

* The package now depends on R 4.0.0 in order to decrease our maintenance burden.
* `evaluate()` automatically strips calls from conditions emitted by top-level code (these incorrectly get calls because they're wrapped inside `eval()`) (#150).
* `evalute(include_timing)` has been deprecated. I can't find any use of it on GitHub, and it adds substantial code complexity for little gain.
* `watchout()` is no longer exported; it's really an implementation detail that should never have been leaked to the public interface.
Expand Down

0 comments on commit 67efbbd

Please sign in to comment.