diff options
author | David Robertson <davidr@element.io> | 2023-11-21 13:27:32 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-11-21 13:27:32 +0000 |
commit | 536f9c96d94c3d40791555417362b24e43a6bcc2 (patch) | |
tree | f9ea592a9c69fb161555d7c1aabf3a49669cbae4 /CHANGES.md | |
parent | 1.97.0rc1 (diff) | |
download | synapse-536f9c96d94c3d40791555417362b24e43a6bcc2.tar.xz |
fix changelog typo v1.97.0rc1
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 19aa791f05..40a2e086c5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -33,7 +33,7 @@ but we are striving to make this as seamless as possible. - Support reactor tick timings on more types of event loops. ([\#16532](https://github.com/matrix-org/synapse/issues/16532)) - Improve type hints. ([\#16564](https://github.com/matrix-org/synapse/issues/16564), [\#16611](https://github.com/matrix-org/synapse/issues/16611), [\#16612](https://github.com/matrix-org/synapse/issues/16612)) - Avoid executing no-op queries. ([\#16583](https://github.com/matrix-org/synapse/issues/16583)) -- Simplify persistance code to be per-room. ([\#16584](https://github.com/matrix-org/synapse/issues/16584)) +- Simplify persistence code to be per-room. ([\#16584](https://github.com/matrix-org/synapse/issues/16584)) - Use standard SQL helpers in persistence code. ([\#16585](https://github.com/matrix-org/synapse/issues/16585)) - Avoid updating the stream cache unnecessarily. ([\#16586](https://github.com/matrix-org/synapse/issues/16586)) - Improve performance when using opentracing. ([\#16589](https://github.com/matrix-org/synapse/issues/16589)) |