We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5546928 commit b95e5fbCopy full SHA for b95e5fb
changelog.md
@@ -6,6 +6,7 @@
6
* Ensure that both ends of pipes on Windows are created in the same mode [234](https://github.com/haskell/process/pull/234)
7
* Fixed an issue with WINIO where giving an application an inherited pipe can cause it to misbehave [245](https://github.com/haskell/process/pull/245)
8
* Set the encoding on WINIO created pipes to the local encoding as with MIO [248](https://github.com/haskell/process/pull/248)
9
+* cbits/fork-exec: Don't dup2 identical fds [#250](https://github.com/haskell/process/pull/250)
10
11
## 1.6.14.0 *February 2022*
12
0 commit comments