diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-13 21:58:26 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-13 21:58:26 +0400 |
commit | 2b58b0dbce36042a8acbb41a8ddc8696d2e00d0e (patch) | |
tree | c8fcf58c69d978b2f7ac71667c9cb9c5618672c8 | |
parent | 6734abcbd448b92d57ec376b796fea1fad18b792 (diff) | |
download | pleroma-2b58b0dbce36042a8acbb41a8ddc8696d2e00d0e.tar.gz |
Update CHANGELOG
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc1750d1..216d7bb32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mix tasks for controlling user account confirmation status in bulk (`mix pleroma.user confirm_all` and `mix pleroma.user unconfirm_all`) - Mix task for sending confirmation emails to all unconfirmed users (`mix pleroma.email send_confirmation_mails`) - Mix task option for force-unfollowing relays +- Support pagination of blocks and mutes ### Changed |