mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 10:03:47 +01:00
Neilj/add r0.5 to versions (#5360)
* Update _matrix/client/versions to reference support for r0.5.0
This commit is contained in:
parent
75538813fc
commit
94f6c674df
2 changed files with 2 additions and 0 deletions
1
changelog.d/5360.feature
Normal file
1
changelog.d/5360.feature
Normal file
|
@ -0,0 +1 @@
|
|||
Update /_matrix/client/versions to reference support for r0.5.0.
|
|
@ -39,6 +39,7 @@ class VersionsRestServlet(RestServlet):
|
|||
"r0.2.0",
|
||||
"r0.3.0",
|
||||
"r0.4.0",
|
||||
"r0.5.0",
|
||||
],
|
||||
# as per MSC1497:
|
||||
"unstable_features": {
|
||||
|
|
Loading…
Reference in a new issue