Merge branch 'develop' into feature/bulk-confirmation
[akkoma] / CHANGELOG.md
index 5f5d01af34e94be5b8781931aa0d42951db004b6..4e9aae73614b172d2fb755fbc2fc36047af685af 100644 (file)
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
 ## Unreleased
 
+### Added
+- 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`)
+
 ### Changed
 
 - Renamed `:await_up_timeout` in `:connections_pool` namespace to `:connect_timeout`, old name is deprecated.