diff options
author | David Robertson <davidr@element.io> | 2022-11-29 13:24:13 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-11-29 13:24:13 +0000 |
commit | 807f077db23e8208cf12c67f84477b05fd2db3f3 (patch) | |
tree | 608f9478bd12839927a1c8077ef6ea35213b7b0f /CHANGES.md | |
parent | Fix `UndefinedColumn: column "key_json" does not exist` errors when handling ... (diff) | |
download | synapse-807f077db23e8208cf12c67f84477b05fd2db3f3.tar.xz |
Include fixup PR in changelog
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 0f5f4e0fa1..f818c59781 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -35,7 +35,7 @@ Deprecations and Removals Internal Changes ---------------- -- Prune user's old devices on login if they have too many. ([\#14038](https://github.com/matrix-org/synapse/issues/14038)) +- Prune user's old devices on login if they have too many. ([\#14038](https://github.com/matrix-org/synapse/issues/14038), [\#14580](https://github.com/matrix-org/synapse/issues/14580)) - Add missing type hints to `HomeServer`. ([\#14055](https://github.com/matrix-org/synapse/issues/14055)) - Remove old stream ID tracking code. Contributed by Nick @Beeper (@fizzadar). ([\#14376](https://github.com/matrix-org/synapse/issues/14376), [\#14468](https://github.com/matrix-org/synapse/issues/14468)) - Remove the `worker_main_http_uri` configuration setting. This is now handled via internal replication. ([\#14400](https://github.com/matrix-org/synapse/issues/14400), [\#14476](https://github.com/matrix-org/synapse/issues/14476)) |