mirror of https://github.com/zulip/zulip.git
api_docs: Clarify API changelog brevity.
This commit is contained in:
parent
11d3852f58
commit
d342f70440
|
@ -8,9 +8,9 @@ changelog][server-changelog].
|
||||||
The API feature levels system used in this changelog is designed to
|
The API feature levels system used in this changelog is designed to
|
||||||
make it possible to write API clients, such as the Zulip mobile and
|
make it possible to write API clients, such as the Zulip mobile and
|
||||||
terminal apps, that work with a wide range of Zulip server
|
terminal apps, that work with a wide range of Zulip server
|
||||||
versions. Every change to the Zulip API is recorded both here and in
|
versions. Every change to the Zulip API is recorded briefly here and
|
||||||
**Changes** entries in the API documentation for the modified
|
with full details in **Changes** entries in the API documentation for
|
||||||
endpoint(s).
|
the modified endpoint(s).
|
||||||
|
|
||||||
When using an API endpoint whose behavior has changed, Zulip API
|
When using an API endpoint whose behavior has changed, Zulip API
|
||||||
clients should check the `zulip_feature_level` field, present in the
|
clients should check the `zulip_feature_level` field, present in the
|
||||||
|
|
Loading…
Reference in New Issue