Skip to content

Commit 7d6b72a

Browse files
committed
api [nfc]: Document minimum server version
The Zulip release lifecycle: https://zulip.readthedocs.io/en/latest/overview/release-lifecycle.html prescribes 18 months of support after the next release is out. Zulip Server 4.0 was released 19 months ago, so we don't support any older release than that.
1 parent c4ede10 commit 7d6b72a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ samples, guidance on mobile development, and a full API reference.
1818

1919
### Editing API types
2020

21+
We support Zulip Server 4.0 and later. For API features added in
22+
newer versions, use `TODO(server-N)` comments (like those you see
23+
in the existing code.)
24+
2125
When editing the files in `lib/api/model/`, use the following command
2226
to keep the generated files up to date:
2327
```

0 commit comments

Comments
 (0)