summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-03-09 19:12:09 +0000
committerGitHub <noreply@github.com>2023-03-09 19:12:09 +0000
commitce54477f6fa0264ef00b15bc3e0c2503d85ab061 (patch)
tree54fdba58b820dd7cd226b83c4f65eb8d8eacf002 /changelog.d
parentFaster joins: Fix spurious errors on incremental sync (#15232) (diff)
downloadsynapse-ce54477f6fa0264ef00b15bc3e0c2503d85ab061.tar.xz
Give PyCharm some help with `@cache_in_self` (#15238)
* Give PyCharm some help with `@cache_in_self`

* Changelog

* Fix import for old python versions
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15238.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15238.misc b/changelog.d/15238.misc
new file mode 100644
index 0000000000..93ceaeafc9
--- /dev/null
+++ b/changelog.d/15238.misc
@@ -0,0 +1 @@
+Improve type hints.