summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-10-16 12:34:55 +0100
committerRichard van der Hoff <richard@matrix.org>2020-10-21 15:39:25 +0100
commit1f4269700c2353263a605856f28ded28501368e1 (patch)
tree7295f1ee0ca491ff765c7ffbe6290bdc8e49d556 /changelog.d
parentCombine the two sets of tests for CacheDescriptor (diff)
downloadsynapse-1f4269700c2353263a605856f28ded28501368e1.tar.xz
Push some deferred wrangling down into DeferredCache
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8572.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8572.misc b/changelog.d/8572.misc
new file mode 100644
index 0000000000..ea2a6d340d
--- /dev/null
+++ b/changelog.d/8572.misc
@@ -0,0 +1 @@
+Modify `DeferredCache.get()` to return `Deferred`s instead of `ObservableDeferred`s.