summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-12-23 11:39:19 +0100
committerlain <lain@soykaf.club>2020-12-23 11:39:19 +0100
commit322463e1bdc9da76a93918fd9168a0e8fbd46802 (patch)
treeb1dbc754d7f3d21a4e55f47f05aa38bde61a4b38
parent68eed0873ea8406b7b6b8d2a5d2c07b093a2bd09 (diff)
Update changelog
-rw-r--r--CHANGELOG.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6438c9957..35e245d1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,11 +18,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fixes for the autolinker.
- Forwarded reports duplication from Pleroma instances.
-<details>
+- <details>
<summary>API</summary>
- Statuses were not displayed for Mastodon forwarded reports.
</details>
+### Upgrade notes
+
+1. Restart Pleroma
+
## [2.2.0] - 2020-11-12
@@ -87,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