api docs: Fix API documentation bugs issues with last commit.

* Actually bump API_FEATURE_LEVEL.
* Document changes in the endpoint documentation as well.
* Use standard linking/wording approach in API changelog.
This commit is contained in:
Tim Abbott
2021-08-04 10:48:42 -07:00
parent 0b0a672397
commit 1685d207c8
3 changed files with 10 additions and 6 deletions

View File

@@ -13,11 +13,11 @@ below features are supported.
**Feature level 90**
* We no longer include `sender_ids` in the `streams` section of
`UnreadMessagesResult`, which becomes the `unread_msgs` section of
the events that clients fetch when registering events at page
load time. (We don't believe this feature has ever been used in
a meaningful way.)
* [`POST /register`](/api/register-queue): The `unread_msgs` section
of the response no longer includes `sender_ids` in the `streams`
dictionaries. These were removed because no clients were interested
in using the data, which required substantial complexity to
construct correctly.
**Feature level 89**