diff options
author | lain <lain@soykaf.club> | 2020-06-24 14:30:12 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-06-24 14:30:12 +0200 |
commit | 1702239428ea7e3b49fcf8985f1d2fbbadb020b5 (patch) | |
tree | cb08ae4e558a5ba6940bcac74c92800fc6640119 | |
parent | 79ee914bc2956f005c83046be53dbd38771d29ef (diff) | |
download | pleroma-1702239428ea7e3b49fcf8985f1d2fbbadb020b5.tar.gz |
Changelog: Put info under API header.
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cfffc279b..f04e12ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added -- StatusView: Add pleroma.parents_visible field. - Chats: Added support for federated chats. For details, see the docs. - ActivityPub: Added support for existing AP ids for instances migrated from Mastodon. - Instance: Add `background_image` to configuration and `/api/v1/instance` @@ -43,6 +42,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). <details> <summary>API Changes</summary> +- Mastodon API: Add pleroma.parents_visible field to statuses. - Mastodon API: Extended `/api/v1/instance`. - Mastodon API: Support for `include_types` in `/api/v1/notifications`. - Mastodon API: Added `/api/v1/notifications/:id/dismiss` endpoint. |