Skip to content

Commit

Permalink
docs: Checking this change.
Browse files Browse the repository at this point in the history
  • Loading branch information
shuklamaneesh23 committed Jan 5, 2025
1 parent 2c98eb4 commit 76d70db
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
Empty file added api/resend-email-invite
Empty file.
6 changes: 6 additions & 0 deletions api_docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ format used by the Zulip server that they are interacting with.

## Changes in Zulip 10.0

**Feature level 333**

* [`PATCH /users`](/api/update-user): Added `send_account_modification_notifications`
function in `do_change_full_name` which notify the user when an admin changes
their full name.

**Feature level 332**

* [`POST /register`](/api/register-queue): Added
Expand Down
9 changes: 9 additions & 0 deletions help/configure-automated-notices.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ You will be notified if someone [subscribes you to a
channel](/help/add-or-remove-users-from-a-channel#add-users-to-a-channel), or
changes your [group](/help/user-groups) membership.


## Notices about user account details changes

{!admin-only.md!}

When an administrator [modifies](/help/change-a-users-name) something about a user's account, it would notify
them that a change was made. We have a Notification Bot that send a private message
to the user informing them about the change.

### New user announcements

{!admin-only.md!}
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# new level means in api_docs/changelog.md, as well as "**Changes**"
# entries in the endpoint's documentation in `zulip.yaml`.

API_FEATURE_LEVEL = 332 # Last bumped for data deletion of deactivated realms.
API_FEATURE_LEVEL = 333 # Last bumped for stream_ids and include_realm_default_subscriptions.

# 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
Expand Down

0 comments on commit 76d70db

Please sign in to comment.