docs: Document change in time mention markup.

This commit is contained in:
Tim Abbott 2020-06-18 14:19:48 -07:00
parent 3ec068f10c
commit 1094e533bf
2 changed files with 4 additions and 1 deletions

View File

@ -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**

View File

@ -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