diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-06-09 11:13:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 10:13:03 +0000 |
commit | 7c6b2204d143550d81e5bf9612c4e69fe0866b4c (patch) | |
tree | 91c657909b18c0da55dba304b5883f617ad535a1 /changelog.d | |
parent | Type annotations for `test_v2` (#12985) (diff) | |
download | synapse-7c6b2204d143550d81e5bf9612c4e69fe0866b4c.tar.xz |
Faster joins: add issue links to the TODOs (#13004)
... to help us keep track of these things
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13004.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13004.misc b/changelog.d/13004.misc new file mode 100644 index 0000000000..d8e93d87af --- /dev/null +++ b/changelog.d/13004.misc @@ -0,0 +1 @@ +Faster joins: add issue links to the TODO comments in the code. |