diff options
author | Erik Johnston <erik@matrix.org> | 2020-11-18 12:04:08 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-11-18 12:04:08 +0000 |
commit | 244bff4edd620998abd033050922994e74294c16 (patch) | |
tree | fc5f302434f093a9d5f1fa7cb826ee3b6b567651 | |
parent | Fix formatting in upgrades (diff) | |
download | synapse-244bff4edd620998abd033050922994e74294c16.tar.xz |
Update changelog v1.23.0 github/release-v1.23.0 release-v1.23.0
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index d444259861..52b2fd6f8f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -65,7 +65,7 @@ Internal Changes ---------------- - Optimise `/createRoom` with multiple invited users. ([\#8559](https://github.com/matrix-org/synapse/issues/8559)) -- Implement and use an @lru_cache decorator. ([\#8595](https://github.com/matrix-org/synapse/issues/8595)) +- Implement and use an `@lru_cache` decorator. ([\#8595](https://github.com/matrix-org/synapse/issues/8595)) - Don't instansiate Requester directly. ([\#8614](https://github.com/matrix-org/synapse/issues/8614)) - Type hints for `RegistrationStore`. ([\#8615](https://github.com/matrix-org/synapse/issues/8615)) - Change schema to support access tokens belonging to one user but granting access to another. ([\#8616](https://github.com/matrix-org/synapse/issues/8616)) |