summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-12-15 11:10:02 -0500
committerGitHub <noreply@github.com>2021-12-15 11:10:02 -0500
commit323151b787cbc511919dd54a3acea76dc2ad0603 (patch)
tree8c5a8de579db53329c35971e1a01f189535b3384 /changelog.d
parentAdd experimental support for MSC3202: allowing application services to masque... (diff)
downloadsynapse-323151b787cbc511919dd54a3acea76dc2ad0603.tar.xz
Convert EventStreamResult to attrs. (#11574)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11574.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11574.misc b/changelog.d/11574.misc
new file mode 100644
index 0000000000..2b090a3780
--- /dev/null
+++ b/changelog.d/11574.misc
@@ -0,0 +1 @@
+Convert `EventStreamResult` from a `namedtuple` to `attrs` to improve type hints.