From b95e5fbdeb74e0cc36b6878b60f9807bd0001fa8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 15 Jun 2022 09:28:31 +0300 Subject: [PATCH] Add changelog entry for #250 --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 1d2ce958..1a6b948c 100644 --- a/changelog.md +++ b/changelog.md @@ -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*