From befd2e2b7a09dee7a0912429459938ce3d54a994 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Mon, 27 Jul 2026 18:53:37 -0500 Subject: [PATCH] Add changelog --- changelog.d/20009.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/20009.bugfix diff --git a/changelog.d/20009.bugfix b/changelog.d/20009.bugfix new file mode 100644 index 0000000000..474afcef09 --- /dev/null +++ b/changelog.d/20009.bugfix @@ -0,0 +1 @@ +Fix `HomeServer.shutdown()` not being able to cleanly shutdown the homeserver (caused by Rust code referencing Python `DatabasePool`).