Document fixing the pleroma.user delete_activities mix task

This commit is contained in:
Mark Felder 2020-11-17 15:28:46 +00:00 committed by lain
parent a21aeeee12
commit 42a386eb9f
1 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [2.2.1] - 2020-12-22
### Fixed
- Config generation: rename `Pleroma.Upload.Filter.ExifTool` to `Pleroma.Upload.Filter.Exiftool`.
- S3 Uploads with Elixir 1.11.
- Mix task pleroma.user delete_activities for source installations.
## [2.2.0] - 2020-11-12
### Security