aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2013-11-08 12:48:54 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2013-11-08 12:48:54 +0100
commit17192d89e642c463a1987fa3cc5cca2eb546bec7 (patch)
treedb7ef799f54aff99f41c19cea05f0c45618b32e8 /changelog
parent897d66ad9d77d17dae1b5ac94af792e671a76c13 (diff)
Add `forkProcessWithUnmask` function
This seemed to be an obvious addition while working on #8433. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to 'changelog')
-rw-r--r--changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog b/changelog
index ec0fbc8..ce72345 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,8 @@
2.7.0.0 Nov 2013
+ * New `forkProcessWithUnmask` function in the style of `forkIOWithUnmask`
+
* Change `forkProcess` to inherit the exception masking state of its caller
* Add new `Bool` flag to `ProcessStatus(Terminated)` constructor
@@ -26,6 +28,8 @@
* Fix library detection of `shm*` on openSUSE (#8350)
+ * Minor documentation fixes/updates
+
* Update package to `cabal-version >= 1.10` format
2.6.0.1 Jan 2013