mirror of https://github.com/zulip/zulip.git
docs: Document change in time mention markup.
This commit is contained in:
parent
3ec068f10c
commit
1094e533bf
|
@ -14,6 +14,9 @@ below features are supported.
|
|||
|
||||
* [`GET /users/me`]: Removed `pointer` from the response, as the
|
||||
"pointer" concept is being removed in Zulip.
|
||||
* Changed the rendered HTML markup for mentioning a time to use the
|
||||
`<time>` HTML tag. It is OK for clients to ignore the previous time
|
||||
mention markup, as the feature was not advertised before this change.
|
||||
|
||||
**Feature level 15**
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ DESKTOP_WARNING_VERSION = "5.2.0"
|
|||
#
|
||||
# Changes should be accompanied by documentation explaining what the
|
||||
# new level means in templates/zerver/api/changelog.md.
|
||||
API_FEATURE_LEVEL = 14
|
||||
API_FEATURE_LEVEL = 16
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue