diff options
author | lain <lain@soykaf.club> | 2019-06-15 11:02:05 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-06-15 11:02:05 +0200 |
commit | 5ea6e26da04e4e76ce34a01c804e6106461d587d (patch) | |
tree | 53a6596db6133a4bc2d8979e2892365c86c2d7f7 | |
parent | a440cf856d53475cac74e6d7df4ad766d350833e (diff) | |
download | pleroma-5ea6e26da04e4e76ce34a01c804e6106461d587d.tar.gz |
Changelog: Document chat token.
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d40d898..ff000fea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Admin API: Endpoints for deleting and changing the scope of individual reported statuses - Admin API: Endpoints to view and change config settings. - AdminFE: initial release with basic user management accessible at /pleroma/admin/ -- Mastodon API: Add background image setting to update_credentials +- Mastodon API: Add chat tokeen to `verify_credentials` response +- Mastodon API: Add background image setting to `update_credentials` - Mastodon API: [Scheduled statuses](https://docs.joinmastodon.org/api/rest/scheduled-statuses/) - Mastodon API: `/api/v1/notifications/destroy_multiple` (glitch-soc extension) - Mastodon API: `/api/v1/pleroma/accounts/:id/favourites` (API extension) |