diff options
author | lain <lain@soykaf.club> | 2020-08-18 13:24:39 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-18 13:24:39 +0200 |
commit | 757410a17758600514107edd4ed946e4f67fd9a6 (patch) | |
tree | c3eda3c0f8ee36a8a3ff22da564039161114a93d | |
parent | 368fd04b47834a49391424e3ce2073bfc80d7b7a (diff) | |
download | pleroma-757410a17758600514107edd4ed946e4f67fd9a6.tar.gz |
Changelog: Add info about upload description changes
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ae2981c..cdc0cd8ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [unreleased] ### Changed +- **Breaking:** The default descriptions on uploads are now empty. The old behavior (filename as default) can be configured, see the cheat sheet. - **Breaking:** Added the ObjectAgePolicy to the default set of MRFs. This will delist and strip the follower collection of any message received that is older than 7 days. This will stop users from seeing very old messages in the timelines. The messages can still be viewed on the user's page and in conversations. They also still trigger notifications. - **Breaking:** Elixir >=1.9 is now required (was >= 1.8) - **Breaking:** Configuration: `:auto_linker, :opts` moved to `:pleroma, Pleroma.Formatter`. Old config namespace is deprecated. |