aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2020-10-08 15:10:32 -0500
committerAlex Gleason <alex@alexgleason.me>2020-10-08 15:10:32 -0500
commitc3f0cf5ed73f4a9a4611d17e15d25345f52ba7d8 (patch)
tree53134d511cd73a2d3fae4bf025cfd7036aa1ad5c
parent1cdf30e61314aea969bcb78cc2c28f325764fb4f (diff)
downloadpleroma-c3f0cf5ed73f4a9a4611d17e15d25345f52ba7d8.tar.gz
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2647d6d4e..3e36c7bce 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
+- 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>