Update changelog
[akkoma] / CHANGELOG.md
index fcc27ce2871ed43c5cf3f57ca32984c12f87d700..35e245d1b8a0d821f9d7f90f73b64e6a72044136 100644 (file)
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
 ## [2.2.1] - 2020-12-22
 
+### Changed
+- Updated Pleroma FE
+
 ### Fixed
 
 - Config generation: rename `Pleroma.Upload.Filter.ExifTool` to `Pleroma.Upload.Filter.Exiftool`.
@@ -13,6 +16,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 - Search: RUM index search speed has been fixed.
 - Rich Media Previews sometimes showed the wrong preview due to a bug following redirects.
 - Fixes for the autolinker.
+- Forwarded reports duplication from Pleroma instances.
+
+- <details>
+  <summary>API</summary>
+- Statuses were not displayed for Mastodon forwarded reports.
+</details>
+
+### Upgrade notes
+
+1. Restart Pleroma
+
 
 ## [2.2.0] - 2020-11-12
 
@@ -77,11 +91,6 @@ switched to a new configuration mechanism, however it was not officially removed
   - From Source: `mix ecto.migrate`
 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