Update CHANGELOG.md

This commit is contained in:
Alex Gleason 2020-10-08 15:10:32 -05:00
parent 1cdf30e613
commit c3f0cf5ed7
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View 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
- OAuth form improvements: users are remembered by their cookie, the CSS is overridable by the admin, and the style has been improved.
### Changed
@ -185,7 +186,6 @@ switched to a new configuration mechanism, however it was not officially removed
- "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.
- OAuth form improvements: users are remembered by their cookie, the CSS is overridable by the admin, and the style has been improved.
<details>
<summary>API Changes</summary>