diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-11-17 15:28:46 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-12-22 20:51:24 +0100 |
commit | 42a386eb9f3655b695de8d07e4d03e790655ccb0 (patch) | |
tree | 6f0212159938bc2b360721ceee3a07452083f7a6 | |
parent | a21aeeee12d7f3a7fd0ad4102661e8ee9eff19ab (diff) | |
download | pleroma-42a386eb9f3655b695de8d07e4d03e790655ccb0.tar.gz |
Document fixing the pleroma.user delete_activities mix task
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ee6c5184f..21239237a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 |