diff options
-rw-r--r-- | libraries/base/changelog.md | 10 |
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 |