Aliases: move changelog entry
authorAlex Gleason <alex@alexgleason.me>
Thu, 8 Oct 2020 20:46:03 +0000 (15:46 -0500)
committerAlex Gleason <alex@alexgleason.me>
Thu, 8 Oct 2020 20:46:03 +0000 (15:46 -0500)
CHANGELOG.md

index 97908caf783ac1f64ebe4be26bf506a960399791..6107ac07eb2cde634efd2124782920c9b28f9bfd 100644 (file)
@@ -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
+- Ability to set ActivityPub aliases for follower migration.
 
 ### Changed
 
@@ -182,7 +183,6 @@ switched to a new configuration mechanism, however it was not officially removed
 - Support pagination in emoji packs API (for packs and for files in pack)
 - Support for viewing instances favicons next to posts and accounts
 - Added Pleroma.Upload.Filter.Exiftool as an alternate EXIF stripping mechanism targeting GPS/location metadata.
-- Ability to set ActivityPub aliases for follower migration.
 - "By approval" registrations mode.
 - Configuration: Added `:welcome` settings for the welcome message to newly registered users. You can send a welcome message as a direct message, chat or email.
 - Ability to hide favourites and emoji reactions in the API with `[:instance, :show_reactions]` config.