diff options
author | Lysxia <lysxia@gmail.com> | 2019-10-08 19:36:54 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-03-16 23:52:42 -0400 |
commit | 818b3c38e7548f4720815f76969238d82c9650f7 (patch) | |
tree | 33de52880f155173aed8e43cde30fed936146a71 /libraries/base/changelog.md | |
parent | cfcc3c9a1f2e4e33bed4c40767f8e7971e331c15 (diff) | |
download | haskell-818b3c38e7548f4720815f76969238d82c9650f7.tar.gz |
base: add strict IO functions: readFile', getContents', hGetContents'
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 3 |
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 |