Skip to content
Snippets Groups Projects
Commit b95e5fbd authored by Michael Snoyman's avatar Michael Snoyman
Browse files

Add changelog entry for #250

parent 55469285
No related branches found
No related tags found
No related merge requests found
......@@ -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*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment