Skip to content

Commit 7d3c970

Browse files
committed
NEWS for recent changes
[ci skip]
1 parent 7a5d338 commit 7d3c970

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11

22
# processx development version
33

4+
* processx error stacks are better now. They have ANSI hyperlinks for
5+
function calls to their manual pages, and they also print operators
6+
better.
7+
8+
* processx now does not mark standard streams as close-on-exec on Unix,
9+
as this causes problems when calling `system()` from an R subprocess
10+
(https://github.com/r-lib/callr/issues/236).
11+
412
# processx 3.7.0
513

614
* New functions for creating portable FIFOs and Unix socket connections.

0 commit comments

Comments
 (0)