diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-11-29 10:49:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-29 10:49:23 -0500 |
commit | 13aa29db1ddc925beb35f5f1da8fd1a1bcc91373 (patch) | |
tree | 5edb27c66d3dec34b011730bf98e9f1f86fc461b /changelog.d | |
parent | Fix GHA job for pushing the complement-synapse image (#14573) (diff) | |
download | synapse-13aa29db1ddc925beb35f5f1da8fd1a1bcc91373.tar.xz |
Advertise support for Matrix v1.5. (#14576)
All features of Matrix v1.5 were already supported: this was mostly a maintenance release.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14576.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14576.feature b/changelog.d/14576.feature new file mode 100644 index 0000000000..4fe8cb2667 --- /dev/null +++ b/changelog.d/14576.feature @@ -0,0 +1 @@ +Advertise support for Matrix 1.5 on `/_matrix/client/versions`. |