diff options
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* |