diff --git a/changelog.md b/changelog.md
index ddcc400485ce03f5b0de72419e8af53bce617db9..4ae61747e8e91b20ea0988093c8dfdb29038fd14 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