mirror of https://github.com/zulip/zulip.git
api_docs: Document feature level 157 backport to 6.x.
This commit is contained in:
parent
2d3d3f6072
commit
f26ac80ea1
|
@ -34,7 +34,8 @@ format used by the Zulip server that they are interacting with.
|
||||||
|
|
||||||
* `POST /invites`: Added support for invitations specifying the empty
|
* `POST /invites`: Added support for invitations specifying the empty
|
||||||
list as the user's initial stream subscriptions. Previously, this
|
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**
|
**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
|
* [`PATCH /messages/{message_id}`](/api/update-message): Message senders are not
|
||||||
allowed to edit topics indefinitely now.
|
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.
|
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
|
## Changes in Zulip 6.0
|
||||||
|
|
||||||
**Feature level 156**
|
**Feature level 156**
|
||||||
|
|
Loading…
Reference in New Issue