diff options
author | David Robertson <davidr@element.io> | 2022-05-09 10:28:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 10:28:38 +0100 |
commit | 26c1ad71c555329dbef5f7989ecaf54448321db6 (patch) | |
tree | 8b4488aa82bc3e036e0dd3c2dd626b16afa67f5a /changelog.d | |
parent | Move `pympler` back into the `all` extras (#12652) (diff) | |
download | synapse-26c1ad71c555329dbef5f7989ecaf54448321db6.tar.xz |
Use `Concatenate` to annotate `do_execute` (#12666)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12666.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12666.misc b/changelog.d/12666.misc new file mode 100644 index 0000000000..96268e33f5 --- /dev/null +++ b/changelog.d/12666.misc @@ -0,0 +1 @@ +Use `Concatenate` to better annotate `_do_execute`. |