api_docs: Document feature level 157 backport to 6.x.

This commit is contained in:
Tim Abbott 2023-05-12 17:55:28 -07:00
parent 2d3d3f6072
commit f26ac80ea1
1 changed files with 12 additions and 2 deletions

View File

@ -34,7 +34,8 @@ format used by the Zulip server that they are interacting with.
* `POST /invites`: Added support for invitations specifying the empty
list as the user's initial stream subscriptions. Previously, this
returned an error.
returned an error. This change was also backported to Zulip 6.2, and
is available at feature levels 157-158 as well.
**Feature level 179**
@ -234,9 +235,18 @@ format used by the Zulip server that they are interacting with.
* [`PATCH /messages/{message_id}`](/api/update-message): Message senders are not
allowed to edit topics indefinitely now.
Feature levels 157-158 are reserved for future use in 6.x maintenance
Feature level 158 is reserved for future use in 6.x maintenance
releases.
## Changes in Zulip 6.2
**Feature level 157**
* `POST /invites`: Added support for invitations specifying the empty
list as the user's initial stream subscriptions. Previously, this
returned an error. This change was backported from the Zulip 7.0
branch, and thus is available at feature levels 157-158 and 180+.
## Changes in Zulip 6.0
**Feature level 156**