summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-10-28 12:29:55 +0000
committerAmber Brown <hawkowl@atleastfornow.net>2019-10-28 14:29:55 +0200
commit9aee28927b22a16ea0699c3f73fbc58121511630 (patch)
treec5d52c214a89e3ca1cc4dae725b23415cc3ef7f9 /changelog.d
parentMerge pull request #6253 from matrix-org/uhoreg/e2e_backup_delete_keys (diff)
downloadsynapse-9aee28927b22a16ea0699c3f73fbc58121511630.tar.xz
Convert EventContext to attrs (#6218)
* make EventContext use an attr
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6218.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6218.misc b/changelog.d/6218.misc
new file mode 100644
index 0000000000..49d10c36cf
--- /dev/null
+++ b/changelog.d/6218.misc
@@ -0,0 +1 @@
+Convert EventContext to an attrs.