diff options
author | lain <lain@soykaf.club> | 2020-01-29 16:32:06 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-01-29 16:32:06 +0000 |
commit | 505234d9759555a17a6dd436bb31307967ab660b (patch) | |
tree | 55c202f2933f05930f66cec2ac7acfc7621fd83f | |
parent | 9e0c2413b4c2382d3a17eb7fc33ab6ed2ba26b2a (diff) | |
parent | f5f7a0f9c157040bc3fc359e7dd07a1182aab066 (diff) | |
download | pleroma-505234d9759555a17a6dd436bb31307967ab660b.tar.gz pleroma-505234d9759555a17a6dd436bb31307967ab660b.zip |
Merge branch 'changelog-update' into 'develop'
Update confusing changelog message for attachments cleanup
See merge request pleroma/pleroma!2163
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f4d848a..68ebb03a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - **Breaking:** Pleroma won't start if it detects unapplied migrations -- **Breaking:** attachments are removed along with statuses when there are no other references to it +- **Breaking:** attachments are removed along with statuses. Does not affect duplicate files and attachments without status. - **Breaking:** Elixir >=1.8 is now required (was >= 1.7) - **Breaking:** attachment links (`config :pleroma, :instance, no_attachment_links` and `config :pleroma, Pleroma.Upload, link_name`) disabled by default - **Breaking:** OAuth: defaulted `[:auth, :enforce_oauth_admin_scope_usage]` setting to `true` which demands `admin` OAuth scope to perform admin actions (in addition to `is_admin` flag on User); make sure to use bundled or newer versions of AdminFE & PleromaFE to access admin / moderator features. |