diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-05-30 00:55:18 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-30 00:55:18 +1000 |
commit | 532b825ed9dff2faec1360fa3ee3734e0d782bd3 (patch) | |
tree | 1aabf5f5d4cd85984fe83169a13ea5a452ec862e /changelog.d | |
parent | Fix error when downloading thumbnail with width/height param missing (#5258) (diff) | |
download | synapse-532b825ed9dff2faec1360fa3ee3734e0d782bd3.tar.xz |
Serve CAS login over r0 (#5286)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5286.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5286.feature b/changelog.d/5286.feature new file mode 100644 index 0000000000..81860279a3 --- /dev/null +++ b/changelog.d/5286.feature @@ -0,0 +1 @@ +CAS login will now hit the r0 API, not the deprecated v1 one. |