Document fixing the pleroma.user delete_activities mix task
[akkoma] / CHANGELOG.md
index 051050a9489ba6bfa6f4923db44a40d71a14104b..21239237abaf2ff4c6e71279ee1643af666be284 100644 (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
@@ -67,6 +75,10 @@ switched to a new configuration mechanism, however it was not officially removed
 3. Restart Pleroma
 
 
+### Fixes
+- Config generation: rename `Pleroma.Upload.Filter.ExifTool` to `Pleroma.Upload.Filter.Exiftool`
+- S3 Uploads with Elixir 1.11
+
 ## [2.1.2] - 2020-09-17
 
 ### Security