diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-08-04 10:42:52 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-06-01 11:49:46 -0500 |
commit | d6432a65da7ad11f1383d465370c11de5a2d7ddc (patch) | |
tree | 10c977a0ca4d5e1f35d92df8ace756dadc1d07b5 /CHANGELOG.md | |
parent | 4a181982c34c774c9ed4b76ce1d95f6c33fce9d5 (diff) | |
download | pleroma-d6432a65da7ad11f1383d465370c11de5a2d7ddc.tar.gz |
Move shout configuration from :instance, update docs and changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c08710a3..6e27c4561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed -- **Breaking:** Configuration: `:chat, enabled` moved to `:shout, enabled` and `:instance, chat_limit` moved to `:instance, shout_limit` +- **Breaking:** Configuration: `:chat, enabled` moved to `:shout, enabled` and `:instance, chat_limit` moved to `:shout, limit` - The `application` metadata returned with statuses is no longer hardcoded. Apps that want to display these details will now have valid data for new posts after this change. - HTTPSecurityPlug now sends a response header to opt out of Google's FLoC (Federated Learning of Cohorts) targeted advertising. - Email address is now returned if requesting user is the owner of the user account so it can be exposed in client and FE user settings UIs. |