Changelog: Put info under API header.
authorlain <lain@soykaf.club>
Wed, 24 Jun 2020 12:30:12 +0000 (14:30 +0200)
committerlain <lain@soykaf.club>
Wed, 24 Jun 2020 12:30:12 +0000 (14:30 +0200)
CHANGELOG.md

index cfffc279b06b25a1bb169ba66db539b16b95d28b..f04e12ade20bf3123d2241c6fdb61aefad6417f6 100644 (file)
@@ -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.