mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-14 23:44:10 +01:00
Clarify that v1.0 of Matrix was a symbolic release
Explain that it was a release prior to the current global versioning system. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
6f1e64cb12
commit
cde7931dd9
|
|
@ -504,8 +504,8 @@ For historical reference, the APIs were versioned as `rX.Y.Z` where `X`
|
||||||
roughly represents a breaking change, `Y` a backwards-compatible change, and
|
roughly represents a breaking change, `Y` a backwards-compatible change, and
|
||||||
`Z` a patch or insignificant alteration to the API.
|
`Z` a patch or insignificant alteration to the API.
|
||||||
|
|
||||||
`v1.0` of Matrix was released on June 10th, 2019 with the following API
|
`v1.0` of Matrix was a symbolic version released on June 10th, 2019 with the
|
||||||
versions:
|
following minimum API versions:
|
||||||
|
|
||||||
| API/Specification | Version |
|
| API/Specification | Version |
|
||||||
|-------------------------|---------|
|
|-------------------------|---------|
|
||||||
|
|
@ -516,6 +516,9 @@ versions:
|
||||||
| Push Gateway API | r0.1.0 |
|
| Push Gateway API | r0.1.0 |
|
||||||
| Room Version | v5 |
|
| Room Version | v5 |
|
||||||
|
|
||||||
|
It is not used in this specification and should not be returned by servers in
|
||||||
|
the [`GET /_matrix/client/versions`](/client-server-api/#get_matrixclientversions)
|
||||||
|
endpoint. The first version using the current global versioning system was `v1.1`.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue