From 2e1df7c1556fc2fb6f7449ae07a382c57a0a536c Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 15 Oct 2018 13:59:20 -0400 Subject: base: Fill in TBAs in changelog I've added a check in my release script to ensure that this doesn't happen in the future. --- libraries/base/changelog.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libraries') diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index bfa8cb9e18..06f62f5232 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -12,8 +12,8 @@ * Add `foldMap'`, a strict version of `foldMap`, to `Foldable`. -## 4.12.0.0 *TBA* - * Bundled with GHC *TBA* +## 4.12.0.0 *21 September 2018* + * Bundled with GHC 8.6.1 * The STM invariant-checking mechanism (`always` and `alwaysSucceeds`), which was deprecated in GHC 8.4, has been removed (as proposed in @@ -54,13 +54,13 @@ `Read1`, `Show1`, `Generic`, `Generic1`. (#15098) -## 4.11.1.0 *TBA* +## 4.11.1.0 *19 April 2018* * Bundled with GHC 8.4.2 * Add the `readFieldHash` function to `GHC.Read` which behaves like `readField`, but for a field that ends with a `#` symbol (#14918). -## 4.11.0.0 *TBA* +## 4.11.0.0 *8 March 2018* * Bundled with GHC 8.4.1 * `System.IO.openTempFile` is now thread-safe on Windows. -- cgit v1.2.1