Skip to content

Commit

Permalink
Add changelog entry for #250
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jun 15, 2022
1 parent 5546928 commit b95e5fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -6,6 +6,7 @@
* Ensure that both ends of pipes on Windows are created in the same mode [234](https://github.com/haskell/process/pull/234)
* 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)
* Set the encoding on WINIO created pipes to the local encoding as with MIO [248](https://github.com/haskell/process/pull/248)
* cbits/fork-exec: Don't dup2 identical fds [#250](https://github.com/haskell/process/pull/250)

## 1.6.14.0 *February 2022*

Expand Down

0 comments on commit b95e5fb

Please sign in to comment.