api changelog: Document recent major markdown features.

This commit is contained in:
Tim Abbott 2020-06-16 16:36:49 -07:00
parent bda2e1c5a7
commit b0d1386fbb
1 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,11 @@ below features are supported.
## Changes in Zulip 2.2
**Feature level 15**
* Added [spoilers](/help/format-your-message-using-markdown#spoilers)
to supported markdown features.
**Feature level 14**
* [`GET users/me/subscriptions`](/api/get-subscribed-streams): Removed
@ -67,6 +72,8 @@ below features are supported.
* [`GET /users`](/api/get-all-users), [`GET /users/{user_id}`](/api/get-user)
and [`GET /users/me`](/api/get-profile): User objects now contain the
`is_owner` field as well.
* Added [time mentions](/help/format-your-message-using-markdown#mention-a-time)
to supported markdown features.
**Feature level 7**