diff options
author | rinpatch <rinpatch@sdf.org> | 2019-11-10 15:02:47 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-11-10 15:02:47 +0300 |
commit | 4499a7a0751ec992a78a1023e8e34300f06e14b1 (patch) | |
tree | 0cb9fd86e1b2cdec12c2993190ed9e0ddc278380 /CHANGELOG.md | |
parent | 3a1aaadc18372fb8c76fa72cd20ed65dd85b2326 (diff) | |
download | pleroma-4499a7a0751ec992a78a1023e8e34300f06e14b1.tar.gz pleroma-4499a7a0751ec992a78a1023e8e34300f06e14b1.zip |
Disable attachment links by default
Closes #1394
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eb7d14cd..4ec084dbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - **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 - Replaced [pleroma_job_queue](https://git.pleroma.social/pleroma/pleroma_job_queue) and `Pleroma.Web.Federator.RetryQueue` with [Oban](https://github.com/sorentwo/oban) (see [`docs/config.md`](docs/config.md) on migrating customized worker / retry settings) - Introduced [quantum](https://github.com/quantum-elixir/quantum-core) job scheduler - Enabled `:instance, extended_nickname_format` in the default config |