From f26ac80ea1a977d3d0a4211b5bf6b99b39d4b3b7 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 12 May 2023 17:55:28 -0700 Subject: [PATCH] api_docs: Document feature level 157 backport to 6.x. --- api_docs/changelog.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/api_docs/changelog.md b/api_docs/changelog.md index 0afe012f38..fb82a8d988 100644 --- a/api_docs/changelog.md +++ b/api_docs/changelog.md @@ -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**