summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-10-15 13:59:20 -0400
committerBen Gamari <ben@smart-cactus.org>2018-10-15 19:24:17 -0400
commit2e1df7c1556fc2fb6f7449ae07a382c57a0a536c (patch)
tree56d28d393d06fc895cc920e9d6006f46dbeb6d61 /libraries
parent172b00c1954d8eb609ccd58a731ae89fe74a7489 (diff)
downloadhaskell-2e1df7c1556fc2fb6f7449ae07a382c57a0a536c.tar.gz
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.
Diffstat (limited to 'libraries')
-rw-r--r--libraries/base/changelog.md8
1 files changed, 4 insertions, 4 deletions
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.