From 446bc852de8ebc34b98f88e37efbc5e1fe26e0a7 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Thu, 30 Jul 2026 10:52:13 -0500 Subject: [PATCH] Split #19898 changelog across two points --- CHANGES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0407a98eee..c244b050dd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,8 +10,7 @@ ## Bugfixes - Fix third-party (3pid) invites over federation failing intermittently in version 12 rooms, whose room IDs no longer encode a server name. ([#19898](https://github.com/element-hq/synapse/issues/19898)) - - Fix `/createRoom` intermittently failing with a 500 error in version 12 rooms when the same user creates several rooms at once, due to colliding room IDs. ([\#19898](https://github.com/element-hq/synapse/issues/19898)) +- Fix `/createRoom` intermittently failing with a 500 error in version 12 rooms when the same user creates several rooms at once, due to colliding room IDs. ([\#19898](https://github.com/element-hq/synapse/issues/19898)) - Fix server key cache invalidations being silently dropped on workers. ([\#19966](https://github.com/element-hq/synapse/issues/19966)) - Fix `HomeServer.shutdown()` not being able to cleanly shutdown the homeserver (caused by Rust code referencing Python `DatabasePool`). ([\#20009](https://github.com/element-hq/synapse/issues/20009))