api-changelog: Update feature level 189 entry and bump API version.

Revises the API changelog feature level 189 entry for formatting
error and to clarify the text. Also, bumps the API_FEATURE_LEVEL
in `version.py`.

The original pull request for these changes was #25640.
This commit is contained in:
Lauryn Menard 2023-06-14 12:39:21 +02:00 committed by Alex Vandiver
parent d30ab34e3d
commit 8be68c8034
2 changed files with 8 additions and 6 deletions

View File

@ -24,11 +24,13 @@ format used by the Zulip server that they are interacting with.
* [`PATCH /realm/user_settings_defaults`](/api/update-realm-user-settings-defaults),
[`POST /register`](/api/register-queue), [`PATCH /settings`](/api/update-settings):
Added `enable_followed_topic_email_notifications`, `enable_followed_topic_push_notifications`
, `enable_followed_topic_wildcard_mentions_notify`, `enable_followed_topic_desktop_notifications`
and `enable_followed_topic_audible_notifications` boolean fields to control email,
push, wildcard mention, visual desktop and audible desktop notifications, respectively,
for messages sent to followed topics.
Added new boolean user settings `enable_followed_topic_email_notifications`,
`enable_followed_topic_push_notifications`,
`enable_followed_topic_wildcard_mentions_notify`,
`enable_followed_topic_desktop_notifications`
and `enable_followed_topic_audible_notifications` to control whether a user
receives email, push, wildcard mention, visual desktop and audible desktop
notifications, respectively, for messages sent to followed topics.
**Feature level 188**

View File

@ -33,7 +33,7 @@ DESKTOP_WARNING_VERSION = "5.9.3"
# Changes should be accompanied by documentation explaining what the
# new level means in api_docs/changelog.md, as well as "**Changes**"
# entries in the endpoint's documentation in `zulip.yaml`.
API_FEATURE_LEVEL = 188
API_FEATURE_LEVEL = 189
# Bump the minor PROVISION_VERSION to indicate that folks should provision
# only when going from an old version of the code to a newer version. Bump