[commit: packages/process] master: Update changelog for #45 (ada43e5)

git at git.haskell.org git at git.haskell.org
Mon Nov 2 06:24:24 UTC 2015


Repository : ssh://git@git.haskell.org/process

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/ada43e58b7795757b4f56c7a0ba5b09d17a81bd1/process

>---------------------------------------------------------------

commit ada43e58b7795757b4f56c7a0ba5b09d17a81bd1
Author: Michael Snoyman <michael at fpcomplete.com>
Date:   Thu Oct 15 04:52:15 2015 +0000

    Update changelog for #45


>---------------------------------------------------------------

ada43e58b7795757b4f56c7a0ba5b09d17a81bd1
 changelog.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/changelog.md b/changelog.md
index f4daf20..a593d8a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # Changelog for [`process` package](http://hackage.haskell.org/package/process)
 
+## 1.4.0.0 *unreleased*
+
+* Added `child_user` and `child_group` to `CreateProcess` for unix. [#45](https://github.com/haskell/process/pull/45)
+
 ## 1.3.0.0 *August 2015*
 
 * Add `StdStream(NoStream)` to have standard handles closed. [#13](https://github.com/haskell/process/pull/13)



More information about the ghc-commits mailing list