diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-11-11 19:18:12 +0900 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-11-11 19:18:12 +0900 |
commit | 46787b9fe1c61d5139198187a0d2013f1a2e5162 (patch) | |
tree | bdf3e1f3b42aba52f18d0be18910c841dc0c0e25 /CHANGELOG.md | |
parent | 1649d6f6894bbb2c36095d34eddd17d2e5f8d9df (diff) | |
parent | 7438c177d9f57e8779b979ca553c3b501726efb3 (diff) | |
download | pleroma-46787b9fe1c61d5139198187a0d2013f1a2e5162.tar.gz pleroma-46787b9fe1c61d5139198187a0d2013f1a2e5162.zip |
Merge branch 'develop' into feature/reports-groups-and-multiple-state-update
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 411b0b46d..772bd34e9 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 @@ -62,6 +63,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Pleroma API: `POST /api/v1/pleroma/conversations/read` to mark all conversations as read - Mastodon API: Add `/api/v1/markers` for managing timeline read markers - Mastodon API: Add the `recipients` parameter to `GET /api/v1/conversations` +- Configuration: `feed` option for user atom feed. </details> ### Fixed |