summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-05-17 17:06:45 +0100
committerGitHub <noreply@github.com>2022-05-17 16:06:45 +0000
commit5331fb5b478789a3ffaaeddb58f8d1cefd42a9eb (patch)
treeabc584252f453004d1323b685d1c70e35a3d1194 /changelog.d
parentAdd some type hints to datastore (#12717) (diff)
downloadsynapse-5331fb5b478789a3ffaaeddb58f8d1cefd42a9eb.tar.xz
allow `on_invalidate=None` in `@cached` methods (#12769)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12769.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12769.misc b/changelog.d/12769.misc
new file mode 100644
index 0000000000..27bd53abe3
--- /dev/null
+++ b/changelog.d/12769.misc
@@ -0,0 +1 @@
+Tweak the mypy plugin so that `@cached` can accept `on_invalidate=None`.