diff options
author | lain <lain@soykaf.club> | 2020-05-20 12:14:17 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-20 12:14:17 +0200 |
commit | 2a74565090ebd7107e1419b4a56f6c6aa4a06ea1 (patch) | |
tree | 5f87fbe153d40fc1dcbc8d58701661a4d6d41546 | |
parent | 5b8105928b1b4c7e0846d6bf52df2dedad426106 (diff) | |
download | pleroma-2a74565090ebd7107e1419b4a56f6c6aa4a06ea1.tar.gz |
Changelog: Add background to instance
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index feda41320..66b160a94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - **Breaking:** removed `with_move` parameter from notifications timeline. ### Added +- Instance: Add `background_image` to configuration and `/api/v1/instance` - Instance: Extend `/api/v1/instance` with Pleroma-specific information. - NodeInfo: `pleroma:api/v1/notifications:include_types_filter` to the `features` list. - NodeInfo: `pleroma_emoji_reactions` to the `features` list. |