[commit: packages/process] master: GH77: Updated readme (3f440e2)
git at git.haskell.org
git at git.haskell.org
Wed Jul 19 21:18:46 UTC 2017
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/3f440e22f658caed0ff42645610d84ff51dd3258/process
>---------------------------------------------------------------
commit 3f440e22f658caed0ff42645610d84ff51dd3258
Author: Tamar Christina <tamar at zhox.com>
Date: Sun Dec 4 17:21:40 2016 +0000
GH77: Updated readme
>---------------------------------------------------------------
3f440e22f658caed0ff42645610d84ff51dd3258
changelog.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/changelog.md b/changelog.md
index 3fd77f8..f5ab09a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -11,7 +11,7 @@
* New exposed `withCreateProcess`
* Derive `Show` and `Eq` for `CreateProcess`, `CmdSpec`, and `StdStream`
* Add support for monitoring process tree for termination with `createProcess_Internal_ext`
- , `terminateJob` and `waitForJobCompletion`.
+ , `terminateJob`, `waitForJobCompletion` and a new generic function `executeAndWait`.
## 1.4.2.0 *January 2016*
More information about the ghc-commits
mailing list