Fix CHANGELOG entry
authorMaxim Filippov <colixer@gmail.com>
Wed, 14 Aug 2019 22:42:43 +0000 (01:42 +0300)
committerMaxim Filippov <colixer@gmail.com>
Wed, 14 Aug 2019 22:42:43 +0000 (01:42 +0300)
CHANGELOG.md

index a7b776bebb6f5299e40d94043d1844b887ff475a..161f88176e09081e3550c25886ae85508693894c 100644 (file)
@@ -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`)