summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-09-14 07:09:38 -0400
committerGitHub <noreply@github.com>2021-09-14 07:09:38 -0400
commitb996782df51eaa5dd30635a7c59c93994d3a735e (patch)
tree86cad0cb0e757962a6582c8dea3412d25bccc821 /changelog.d
parentName the type of token in "Invalid token" messages (#10815) (diff)
downloadsynapse-b996782df51eaa5dd30635a7c59c93994d3a735e.tar.xz
Convert media repo's FileInfo to attrs. (#10785)
This is mostly an internal change, but improves type hints in the
media code.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10785.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10785.misc b/changelog.d/10785.misc
new file mode 100644
index 0000000000..3d7f91d516
--- /dev/null
+++ b/changelog.d/10785.misc
@@ -0,0 +1 @@
+Convert the internal `FileInfo` class to attrs and add type hints.