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.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index e667b3fef9..741b5ebca2 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -51,6 +51,9 @@
* 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