diff --git a/specification/client_server_api.rst b/specification/client_server_api.rst index 0273bb56..f246f4df 100644 --- a/specification/client_server_api.rst +++ b/specification/client_server_api.rst @@ -16,12 +16,27 @@ Changelog .. topic:: Version: %CLIENT_RELEASE_LABEL% {{client_server_changelog}} +The documents in this version of the specification are generated from +`matrix-doc `_ as of Git commit +`{{git_version}} `_. + For the full historical changelog, see https://github.com/matrix-org/matrix-doc/blob/master/changelogs/client_server.rst If this is an unstable snapshot, any changes since the last release may be viewed using ``git log``. +Other versions of this specification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The following other versions are also available, in reverse chronological order: + +- `HEAD `_: Includes all changes since the latest versioned release. +- `r0.0.1 `_ +- `r0.0.0 `_ +- `Legacy `_: The last draft before the spec was formally released in version r0.0.0. + + API Standards -------------