diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-09-07 09:10:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 13:10:34 +0000 |
commit | 89ba83481821d44a4b768fbcd7761de039393a67 (patch) | |
tree | b3083113dc8b937973d30a88c136bc4f44a01e55 /changelog.d | |
parent | Return stripped m.space.child events via the space summary. (#10760) (diff) | |
download | synapse-89ba83481821d44a4b768fbcd7761de039393a67.tar.xz |
Use attrs internally for the URL preview code & add documentation. (#10753)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10753.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10753.misc b/changelog.d/10753.misc new file mode 100644 index 0000000000..1d0056e97a --- /dev/null +++ b/changelog.d/10753.misc @@ -0,0 +1 @@ +Use `attrs` internally for the URL preview code & update documentation. |