summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2022-09-05 15:42:02 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2022-09-05 15:42:02 +0000
commitb8d6cb5845f4fd1c28b09d608684a7f988dc3e1a (patch)
tree33cb90b93c84457f42e92164afaf31f00438a471 /CHANGELOG.md
parent346c130ddca08a6927e9290a164212bf88463ca5 (diff)
parent9874b4c985ea715a37cf2d2a5c8db2fb26e28f3a (diff)
Merge branch 'from/upstream-develop/tusooa/2892-backup-scope' into 'develop'
Make backups require its own scope Closes #2892 See merge request pleroma/pleroma!3721
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf89bd70d..4bbbd0ea6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- **Breaking:** Elixir >=1.10 is now required (was >= 1.9)
- Allow users to remove their emails if instance does not need email to register
- Uploadfilter `Pleroma.Upload.Filter.Exiftool` has been renamed to `Pleroma.Upload.Filter.Exiftool.StripLocation`
+- **Breaking**: `/api/v1/pleroma/backups` endpoints now requires `read:backups` scope instead of `read:accounts`
- Updated the recommended pleroma.vcl configuration for Varnish to target Varnish 7.0+
### Added