[commit: ghc] master: base: Add changelog entry for 4.8.2.0 (83fd2ba)

git at git.haskell.org git at git.haskell.org
Mon Nov 2 16:15:11 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/83fd2bafe1e9eb33323290ac251da51c09a7deb1/ghc

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

commit 83fd2bafe1e9eb33323290ac251da51c09a7deb1
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Nov 2 17:14:52 2015 +0100

    base: Add changelog entry for 4.8.2.0


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

83fd2bafe1e9eb33323290ac251da51c09a7deb1
 libraries/base/changelog.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index e62f019..de687c6 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



More information about the ghc-commits mailing list