summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
diff options
context:
space:
mode:
authorLysxia <lysxia@gmail.com>2019-10-08 19:36:54 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-03-16 23:52:42 -0400
commit818b3c38e7548f4720815f76969238d82c9650f7 (patch)
tree33de52880f155173aed8e43cde30fed936146a71 /libraries/base/changelog.md
parentcfcc3c9a1f2e4e33bed4c40767f8e7971e331c15 (diff)
downloadhaskell-818b3c38e7548f4720815f76969238d82c9650f7.tar.gz
base: add strict IO functions: readFile', getContents', hGetContents'
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