From 62f4053c69a5e224225c96a7e6b61ff81f7eb4fe Mon Sep 17 00:00:00 2001
From: konsumlamm <konsumlamm@gmail.com>
Date: Sat, 23 Sep 2023 01:11:20 +0200
Subject: [PATCH] Update changelog

---
 changelog.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/changelog.md b/changelog.md
index 4ae6174..c16002b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,6 +3,8 @@
 ## Upcoming
 
   * Fix strictness of `stateTVar` ([#69](https://github.com/haskell/stm/pull/69))
+  * Rewrite `TBQueue` to use arrays ([#70](https://github.com/haskell/stm/pull/70))
+  * Use unlifted `Array#` for `TArray` ([#66](https://github.com/haskell/stm/pull/66))
 
 ## 2.5.1.0 *Aug 2022*
 
-- 
GitLab