Skip to content

Commit

Permalink
edit news
Browse files Browse the repository at this point in the history
  • Loading branch information
yjunechoe committed Oct 14, 2024
1 parent 174bc05 commit 96c98b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- New special value `ggtrace(trace_steps = "all")` which evaluates to all steps in the method body.

- Bug fix in `ggtrace(trace_exprs)` doubly-evaluating a step when it should simply evaluate the existing step. This behavior is now prevented by *cloning* the method environment in such cases.
- Bug fix in the default behavior of `ggtrace(trace_exprs)` doubly-evaluating an existing step from the method body, which sometimes caused unexpected side effects. This behavior is now prevented by cloning the method environment in such cases.

## ggtrace 0.7.2

Expand Down
2 changes: 1 addition & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96c98b1

Please sign in to comment.