diff options
| author | Bodigrim <andrew.lelechenko@gmail.com> | 2023-05-10 19:01:02 +0100 |
|---|---|---|
| committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-05-12 06:12:54 -0400 |
| commit | eb60ec18eff7943fb9f22b2d2ad29709b56ce02d (patch) | |
| tree | 4325d942b1f8ce9233c736ef1f2c07749c89d27c | |
| parent | c6cf9433e3d41e239265eaeff0fd02e6b45d5427 (diff) | |
| download | haskell-wip/T23333.tar.gz | |
Mention new implementation of GHC.IORef.atomicSwapIORef in the changelogwip/T23333
| -rw-r--r-- | libraries/base/changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 4ecba619ba..9daeaff8ab 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -26,6 +26,7 @@ which provides a mechanism for custom type errors that reports the errors in a more predictable behaviour than `TypeError`. * Make `(&)` representation polymorphic in the return type ([CLC proposal #158](https://github.com/haskell/core-libraries-committee/issues/158)) + * Implement `GHC.IORef.atomicSwapIORef` via a new dedicated primop `atomicSwapMutVar#` ([CLC proposal #139](https://github.com/haskell/core-libraries-committee/issues/139)) ## 4.18.0.0 *March 2023* * Shipped with GHC 9.6.1 |
