diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2019-09-27 04:24:20 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-09-27 04:24:20 +0000 |
commit | 843c11d1f6f2455d5169952592b9b9d18be2a8fb (patch) | |
tree | 05d9c642e8baf9209945fb8f51a68e9cc4b0a751 | |
parent | 14294243a294d764b449e1eae19c4cd87b9d4d82 (diff) | |
download | pleroma-843c11d1f6f2455d5169952592b9b9d18be2a8fb.tar.gz pleroma-843c11d1f6f2455d5169952592b9b9d18be2a8fb.zip |
changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8163135..2ea4dcc72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Pleroma API: `POST /api/v1/pleroma/subscription_notifications/clear` to clear all subscription notifications - Pleroma API: `POST /api/v1/pleroma/subscription_notifications/dismiss` to clear a subscription notification - Pleroma API: `DELETE /api/v1/pleroma/subscription_notifications/destroy_multiple` to clear multiple subscription notifications +- Mastodon API: Account entities now include `follow_requests_count` (planned Mastodon 3.x addition) ### Changed - **Breaking:** Elixir >=1.8 is now required (was >= 1.7) |