Skip to content

Commit

Permalink
Add NEWS for #184
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Mar 11, 2021
1 parent 1d1a9d2 commit 6d42d75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
* callr now handles symbolic arguments properly, and does not evaluate them.
E.g. `callr::r(function(x) x, list(quote(foobar)))` works now (#175).

* `callr::r_session` does not leak file descriptors now in the sub-process
(#184).

# callr 3.5.1

* `callr::r_session` now handles large messages from the subprocess
Expand Down

0 comments on commit 6d42d75

Please sign in to comment.