mirror of https://github.com/zulip/zulip.git
api feature level: Bump level for peer_add/peer_remove.
This commit is contained in:
parent
96dee7e40b
commit
0e7e4f1ad3
|
@ -10,6 +10,11 @@ below features are supported.
|
||||||
|
|
||||||
## Changes in Zulip 4.0
|
## Changes in Zulip 4.0
|
||||||
|
|
||||||
|
**Feature level 35**
|
||||||
|
|
||||||
|
* The peer_add and peer_remove subscription events now have plural
|
||||||
|
versions of `user_ids` and `stream_ids`.
|
||||||
|
|
||||||
**Feature level 34**
|
**Feature level 34**
|
||||||
|
|
||||||
* [`POST /register`](/api/register-queue): Added a new `wildcard_mention_policy`
|
* [`POST /register`](/api/register-queue): Added a new `wildcard_mention_policy`
|
||||||
|
|
|
@ -29,7 +29,7 @@ DESKTOP_WARNING_VERSION = "5.2.0"
|
||||||
#
|
#
|
||||||
# Changes should be accompanied by documentation explaining what the
|
# Changes should be accompanied by documentation explaining what the
|
||||||
# new level means in templates/zerver/api/changelog.md.
|
# new level means in templates/zerver/api/changelog.md.
|
||||||
API_FEATURE_LEVEL = 34
|
API_FEATURE_LEVEL = 35
|
||||||
|
|
||||||
# Bump the minor PROVISION_VERSION to indicate that folks should provision
|
# 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
|
# only when going from an old version of the code to a newer version. Bump
|
||||||
|
|
Loading…
Reference in New Issue