diff options
author | Erik Johnston <erik@matrix.org> | 2020-10-22 10:11:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-22 10:11:06 +0100 |
commit | 2ac908f377ca7522019e1560c115f893e52d79a1 (patch) | |
tree | 33768a70d49f89a2eeab54e7654de5b9b18910c2 /changelog.d | |
parent | Optimise CacheDescriptor (#8594) (diff) | |
download | synapse-2ac908f377ca7522019e1560c115f893e52d79a1.tar.xz |
Don't instansiate Requester directly (#8614)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8614.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8614.misc b/changelog.d/8614.misc new file mode 100644 index 0000000000..1bf9ea08f0 --- /dev/null +++ b/changelog.d/8614.misc @@ -0,0 +1 @@ +Don't instansiate Requester directly. |