summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2021-01-26 14:42:03 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2021-02-01 14:11:11 +0300
commite21af1cfe48779427b6abf815022ebb88b6815d7 (patch)
tree3e65e2492c7f4c1af1b6e314f8fffc9b9f82c103 /CHANGELOG.md
parentb6a72680e2a20e30fa4e9dbc3f4f60e4c51dd63f (diff)
only_media & only_remote docs and changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4f3867a2..0d1039be8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -48,7 +48,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Mastodon API: User and conversation mutes can now auto-expire if `expires_in` parameter was given while adding the mute.
- Admin API: An endpoint to manage frontends.
- Streaming API: Add follow relationships updates.
-- WebPush: Introduce `pleroma:chat_mention` and `pleroma:emoji_reaction` notification types
+- WebPush: Introduce `pleroma:chat_mention` and `pleroma:emoji_reaction` notification types.
+- Mastodon API: Added `only_media` & `only_remote` parameters to the home timeline.
</details>
### Fixed