From d49185972d1e83116d023b4eb096b9b347a92dd7 Mon Sep 17 00:00:00 2001 From: Devon Hudson Date: Tue, 5 Aug 2025 09:59:00 -0600 Subject: [PATCH] Update changelog --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e67bc7a6c..489ea704d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -26,7 +26,7 @@ Please check [the relevant section in the upgrade notes](https://github.com/elem ### Deprecations and Removals -- Deprecate `run_as_background_process` exported as part of the module API interface in favor of `ModuleApi.run_as_background_process`. See above. ([\#18737](https://github.com/element-hq/synapse/issues/18737)) +- Deprecate `run_as_background_process` exported as part of the module API interface in favor of `ModuleApi.run_as_background_process`. See [the relevant section in the upgrade notes](https://github.com/element-hq/synapse/blob/develop/docs/upgrade.md#upgrading-to-v11360) for more information. ([\#18737](https://github.com/element-hq/synapse/issues/18737)) ### Internal Changes