From 830be0b9eb49232d85eb4a2768de14e62a04e68e Mon Sep 17 00:00:00 2001 From: konsumlamm <konsumlamm@gmail.com> Date: Thu, 7 Sep 2023 12:23:35 +0200 Subject: [PATCH] Add changelog entry --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index ddcc400..4ae6174 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog for [`stm` package](http://hackage.haskell.org/package/stm) +## Upcoming + + * Fix strictness of `stateTVar` ([#69](https://github.com/haskell/stm/pull/69)) + ## 2.5.1.0 *Aug 2022* * Teach `flushTBQueue` to only flush queue when necessary -- GitLab