summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2020-03-31 08:53:36 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-04-01 01:20:38 -0400
commit7627eab5dd882eb6f1567e3ae95c6c770830a5eb (patch)
treeecde691d95f74e9959aebc3c7be2441b1393960f /libraries/base/changelog.md
parent9b39f2e6f63ae50cedd96eaf49146de8ed00fbc8 (diff)
downloadhaskell-7627eab5dd882eb6f1567e3ae95c6c770830a5eb.tar.gz
Fix the changelog/@since information for hGetContents'/getContents'/readFile'
Fixes #17979. [ci skip]
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r--libraries/base/changelog.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 741b5ebca2..5abb4701b4 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -6,6 +6,9 @@
call, ensuring that the call can be interrupted with `SIGINT` on POSIX
systems.
+ * Add `hGetContents'`, `getContents'`, and `readFile'` in `System.IO`:
+ Strict IO variants of `hGetContents`, `getContents`, and `readFile`.
+
## 4.14.0.0 *TBA*
* Bundled with GHC 8.10.1
@@ -51,9 +54,6 @@
* Add `IsList` instance for `ZipList`.
- * Add `hGetContents'`, `getContents'`, and `readFile'` in `System.IO`:
- Strict IO variants of `hGetContents`, `getContents`, and `readFile`.
-
## 4.13.0.0 *July 2019*
* Bundled with GHC 8.8.1