From e8e41595357b9c42f2b48ba16b481eda77694eb2 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Tue, 14 Nov 2023 05:13:18 -0600 Subject: [PATCH] Add entry for v11.1.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce3b06..ed829fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,14 @@ Bugfixes: Other improvements: +## [v11.1.0](https://github.com/purescript-node/purescript-node-child-process/releases/tag/v11.1.0) - 2023-11-14 + +New Features: +- Added `waitSpawned'` which works on UnsafeChildProcess (#62 by @JordanMartinez) + +Other improvements: +- Noted `pipe`/`inherit` stdio issues with `stdin` (#62 by @JordanMartinez) + ## [v11.0.0](https://github.com/purescript-node/purescript-node-child-process/releases/tag/v11.0.0) - 2023-07-26 Breaking changes: