diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-11-17 20:03:28 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-11-19 09:58:27 +0300 |
commit | 44f3795b8ede118bfce4989ce96df6dd83636ec4 (patch) | |
tree | 88dfe6b88548ad2b6a0a58fec0e6bb6762637c09 | |
parent | be0b874e1da0178115e27778a55f52d7d28a727a (diff) | |
download | pleroma-44f3795b8ede118bfce4989ce96df6dd83636ec4.tar.gz |
changelog entries for fixes
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cd90562c2..5e09df22c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,13 +45,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed -- Fix ability to update Pleroma Chat push notifications with PUT /api/v1/push/subscription and alert type pleroma:chat_mention - ### 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. +- Fix ability to update Pleroma Chat push notifications with PUT /api/v1/push/subscription and alert type pleroma:chat_mention +- Forwarded reports duplication from Pleroma instances. + +<details> + <summary>API</summary> +- Statuses were not displayed for Mastodon forwarded reports. + +</details> ## [2.2.0] - 2020-11-12 |