diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-01-29 09:38:29 +0000 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-01-29 09:38:29 +0000 |
commit | f2b553d65692ad6dffd54fc5e911ae76b3f27aeb (patch) | |
tree | a9731bbbdc0fa300271b8229b9807e53d451ac88 /changelog.d | |
parent | Merge pull request #4482 from matrix-org/erikj/event_auth_room_version (diff) | |
download | synapse-f2b553d65692ad6dffd54fc5e911ae76b3f27aeb.tar.xz |
Use SimpleResolverComplexifier in tests (#4497)
two reasons for this. One, it saves a bunch of boilerplate. Two, it squashes unicode to IDNA-in-a-`str` (even on python 3) in a way that it turns out we rely on to give consistent behaviour between python 2 and 3.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4497.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4497.feature b/changelog.d/4497.feature new file mode 100644 index 0000000000..bda713adf9 --- /dev/null +++ b/changelog.d/4497.feature @@ -0,0 +1 @@ +Implement MSC1708 (.well-known routing for server-server federation) \ No newline at end of file |