X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=CHANGELOG.md;h=4e9aae73614b172d2fb755fbc2fc36047af685af;hb=f3a1f9c3bbb7321876a09b3846b5e10ecf4af94f;hp=b17a0e999d8a5c2cbfd326e7c062ed2fdb07e5e3;hpb=a5e1c400e49e7979e70f2c9dd4887ae144dca44c;p=akkoma diff --git a/CHANGELOG.md b/CHANGELOG.md index b17a0e999..4e9aae736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -28,6 +32,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). switched to a new configuration mechanism, however it was not officially removed until now. ### Fixed + +- Add documented-but-missing chat pagination. - Allow sending out emails again. ## [2.1.2] - 2020-09-17