diff --git a/CHANGELOG.md b/CHANGELOG.md index 366716e40..bddb1d8a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Added - Implement [FEP-67ff](https://codeberg.org/fediverse/fep/src/branch/main/fep/67ff/fep-67ff.md) (federation documentation) - Meilisearch: it is now possible to use separate keys for search and admin actions +- New config option `Pleroma.Upload, :all_base_urls` +- New config option `:instance, :cleanup_attachments_delay` ## Fixed - Meilisearch: order of results returned from our REST API now actually matches how Meilisearch ranks results +- If `Pleroma.Upload, :all_base_urls` is set accordingly, uploaded files can now be deleted after a domain migration. ## 2024.04.1 (Security)