diff options
author | Tamar Christina <tamar@zhox.com> | 2019-09-08 23:09:38 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-09-11 19:40:53 -0400 |
commit | 3a7d3923aa9be94b9c01c2d2d4408587eb4a8400 (patch) | |
tree | c59071ad7bc4ad14229e256336d4ad9f36d366ed /libraries/base/changelog.md | |
parent | c76cc0c6fa973ae8e083db5aeb4d19f37a64bb21 (diff) | |
download | haskell-3a7d3923aa9be94b9c01c2d2d4408587eb4a8400.tar.gz |
Windows: make openTempFile fully atomic.
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index a83c2d55a7..e404442801 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -28,6 +28,8 @@ * Add `Functor`, `Applicative`, `Monad`, `Alternative`, `MonadPlus`, `Generic` and `Generic1` instances to `Kleisli` + * `openTempFile` is now fully atomic and thread-safe on Windows. + ## 4.13.0.0 *TBA* * Bundled with GHC *TBA* |