mirror of https://github.com/zulip/zulip.git
api: Document markdown changes for code blocks and bump API_FEATURE_LEVEL.
This commit is contained in:
parent
c563cdba61
commit
2b9f7916c5
|
@ -10,6 +10,13 @@ below features are supported.
|
||||||
|
|
||||||
## Changes in Zulip 4.0
|
## Changes in Zulip 4.0
|
||||||
|
|
||||||
|
**Feature level 33**
|
||||||
|
|
||||||
|
* Markdown code blocks now have a `data-code-language` attribute
|
||||||
|
attached to the outer `div` element, recording the programming
|
||||||
|
language that was selecting for syntax highlighting. This field
|
||||||
|
supports the upcoming "view in playground" feature for code blocks.
|
||||||
|
|
||||||
**Feature level 32**
|
**Feature level 32**
|
||||||
|
|
||||||
* [`GET /events`](/api/get-events): Added `op` field to
|
* [`GET /events`](/api/get-events): Added `op` field to
|
||||||
|
|
|
@ -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 = 32
|
API_FEATURE_LEVEL = 33
|
||||||
|
|
||||||
# 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