diff options
author | David Robertson <davidr@element.io> | 2022-05-10 11:07:44 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-05-10 11:07:44 +0100 |
commit | 8ef0d85acd460a1e5f64feef89968acda9a9d140 (patch) | |
tree | ae7256675852fb0ca37c93dc1f7016cc442acb2d | |
parent | Adjust changelog (diff) | |
download | synapse-8ef0d85acd460a1e5f64feef89968acda9a9d140.tar.xz |
Changelog typo
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 034045a586..cec3e29c49 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -93,7 +93,7 @@ Internal Changes - Fix scripts-dev to pass typechecking. ([\#12356](https://github.com/matrix-org/synapse/issues/12356)) - Add some type hints to datastore. ([\#12485](https://github.com/matrix-org/synapse/issues/12485)) - Remove unused `# type: ignore`s. ([\#12531](https://github.com/matrix-org/synapse/issues/12531)) -- Allow unused `#type: ignore` comments in bleeding edge CI jobs. ([\#12576](https://github.com/matrix-org/synapse/issues/12576)) +- Allow unused `# type: ignore` comments in bleeding edge CI jobs. ([\#12576](https://github.com/matrix-org/synapse/issues/12576)) - Remove redundant lines of config from `mypy.ini`. ([\#12608](https://github.com/matrix-org/synapse/issues/12608)) - Update to mypy 0.950. ([\#12650](https://github.com/matrix-org/synapse/issues/12650)) - Use `Concatenate` to better annotate `_do_execute`. ([\#12666](https://github.com/matrix-org/synapse/issues/12666)) |