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`).