summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
diff options
context:
space:
mode:
authorAndrew Martin <andrew.thaddeus@gmail.com>2019-08-19 11:12:48 -0400
committerAndrew Martin <andrew.thaddeus@gmail.com>2019-09-13 15:43:16 -0400
commit046ca13356813af0817a7b3744315d012832fe2e (patch)
tree06ccc56443182c54e6d2c8f7406a09e2e6ed8550 /libraries/base/changelog.md
parenta0e220b77957738b9966a099b5616017ab7b05b6 (diff)
downloadhaskell-046ca13356813af0817a7b3744315d012832fe2e.tar.gz
Add predicates for testing if IOError is ResourceVanished.
This adds isResourceVanished, resourceVanishedErrorType, and isResourceVanishedErrorType to System.IO.Error, resolving #14730.
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 e404442801..0f2c72a9ac 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -30,6 +30,9 @@
* `openTempFile` is now fully atomic and thread-safe on Windows.
+ * Add `isResourceVanishedError`, `resourceVanishedErrorType`, and
+ `isResourceVanishedErrorType` to `System.IO.Error`.
+
## 4.13.0.0 *TBA*
* Bundled with GHC *TBA*