summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r--libraries/base/changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 16e183e6b2..56d8ffc9d4 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -1,6 +1,8 @@
# Changelog for [`base` package](http://hackage.haskell.org/package/base)
## 4.12.0.0 *TBA*
+ * Bundled with GHC *TBA*
+
* Move the module `Data.Functor.Contravariant` from the
`contravariant` package to `base`.
@@ -10,6 +12,8 @@
`GHC.Generics`. (#14849)
## 4.11.1.0 *TBA*
+ * 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).