[commit: packages/process] master, wip/issue15: Update changelog for 1.2.1.0 release (1a62f86)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:37:25 UTC 2015
Repository : ssh://git@git.haskell.org/process
On branches: master,wip/issue15
Link : http://ghc.haskell.org/trac/ghc/changeset/1a62f86e77118520143985d9baf62d31a9d1c748/process
>---------------------------------------------------------------
commit 1a62f86e77118520143985d9baf62d31a9d1c748
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Thu Dec 18 22:22:29 2014 +0100
Update changelog for 1.2.1.0 release
>---------------------------------------------------------------
1a62f86e77118520143985d9baf62d31a9d1c748
changelog.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/changelog.md b/changelog.md
index 13b5824..42719b4 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,9 +1,11 @@
# Changelog for [`process` package](http://hackage.haskell.org/package/process)
-## 1.2.1.0 *TBA*
+## 1.2.1.0 *Dec 2014*
* Add support for `base-4.8.0.0`
+ * Remove Hugs98 specific code
+
* New `IsString CmdSpec` instance
* Expose documentation for `System.Process.Internals`
@@ -14,7 +16,8 @@
* Expose `createProcess_` function, and document behavior of `UseHandle` for
`createProcess`. See [issue #2](https://github.com/haskell/process/issues/2).
- * New `System.Process.createPipe` operation
+ * New `System.Process.createPipe` operation.
+ See also [GHC #8943](https://ghc.haskell.org/trac/ghc/ticket/8943)
## 1.2.0.0 *Dec 2013*
More information about the ghc-commits
mailing list