summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2015-11-02 17:14:52 +0100
committerBen Gamari <ben@smart-cactus.org>2015-11-02 17:14:52 +0100
commit83fd2bafe1e9eb33323290ac251da51c09a7deb1 (patch)
tree4003e327381d210eafa9ec2ee59fc7794d2c9245
parent0bc8c6ac2a38a06a9d87c3ddd64a1ef11ecc3f35 (diff)
downloadhaskell-83fd2bafe1e9eb33323290ac251da51c09a7deb1.tar.gz
base: Add changelog entry for 4.8.2.0
-rw-r--r--libraries/base/changelog.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index e62f019fdb..de687c64fa 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -82,6 +82,16 @@
* The `MINIMAL` definition of `ArrowChoice` is now `left OR (+++)`.
+## 4.8.2.0 *Oct 2015*
+
+ * Bundled with GHC 7.10.3
+
+ * The restore operation provided by `mask` and `uninterruptibleMask` now
+ restores the previous masking state whatever the current masking state is.
+
+ * Exported `GiveGCStats`, `DoCostCentres`, `DoHeapProfile`, `DoTrace`,
+ `RtsTime`, and `RtsNat` from `GHC.RTS.Flags`
+
## 4.8.1.0 *Jul 2015*
* Bundled with GHC 7.10.2