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-01-29 09:38:29 +0000
committerAmber Brown <hawkowl@atleastfornow.net>2019-01-29 09:38:29 +0000
commitf2b553d65692ad6dffd54fc5e911ae76b3f27aeb (patch)
treea9731bbbdc0fa300271b8229b9807e53d451ac88 /changelog.d
parentMerge pull request #4482 from matrix-org/erikj/event_auth_room_version (diff)
downloadsynapse-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.feature1
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