diff options
author | lain <lain@soykaf.club> | 2020-07-07 16:51:44 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-07 16:51:44 +0200 |
commit | 778166f4dd94fd2a5c4665acdfd4ccb4406b0358 (patch) | |
tree | a5da101d6fac424d8981f661535a83ec64adc3ec | |
parent | fca09944e8bdc3ce0d9d9e8b6c29f8ff49387ac6 (diff) | |
download | pleroma-778166f4dd94fd2a5c4665acdfd4ccb4406b0358.tar.gz |
Changelog: Add info about avatar removal1918-avatar-background-header-reset
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 85401809a..283cadfab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). <details> <summary>API Changes</summary> +- **Breaking:** Pleroma API: The routes to update avatar, banner and background have been removed. - **Breaking:** Emoji API: changed methods and renamed routes. +- MastodonAPI: Allow removal of avatar, banner and background. - Streaming: Repeats of a user's posts will no longer be pushed to the user's stream. - Mastodon API: Added `pleroma.metadata.fields_limits` to /api/v1/instance - Mastodon API: On deletion, returns the original post text. |