diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-08-15 01:42:43 +0300 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-08-15 01:42:43 +0300 |
commit | b27fafe161241c954b713281bebd6ffe1e990884 (patch) | |
tree | f6ed355ac4e24ac2450c96f74ad77bf6f51487e5 | |
parent | 2b94ae3b3911d78ee603163f7c8aa256ed65643f (diff) | |
download | pleroma-b27fafe161241c954b713281bebd6ffe1e990884.tar.gz |
Fix CHANGELOG entry
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b776beb..161f88176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Security - OStatus: eliminate the possibility of a protocol downgrade attack. - OStatus: prevent following locked accounts, bypassing the approval process. -– ActivityPub: Do not check if actor is active when deleting a user ### Changed - **Breaking:** Configuration: A setting to explicitly disable the mailer was added, defaulting to true, if you are using a mailer add `config :pleroma, Pleroma.Emails.Mailer, enabled: true` to your config @@ -39,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Invalid SemVer version generation, when the current branch does not have commits ahead of tag/checked out on a tag - Pleroma.Upload base_url was not automatically whitelisted by MediaProxy. Now your custom CDN or file hosting will be accessed directly as expected. - Report email not being sent to admins when the reporter is a remote user +- ActivityPub: Deactivated user deletion ### Added - MRF: Support for priming the mediaproxy cache (`Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy`) |