diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-09-22 16:59:37 +0300 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-09-22 16:59:37 +0300 |
commit | c8fdf757c124ac053307b0b4e02a38fc40e2dc58 (patch) | |
tree | 4cddace69698395a91da0790362ac3675b2f1cd1 | |
parent | 02bbcd6180702828b08a37ccf214cc3b7d5ebd24 (diff) | |
download | pleroma-c8fdf757c124ac053307b0b4e02a38fc40e2dc58.tar.gz |
I did not put these lines in CHANGELOG
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a05dadb..6c31c0075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Refreshing poll results for remote polls ### Changed - **Breaking:** Elixir >=1.8 is now required (was >= 1.7) -- 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 - Admin API: Return `total` when querying for reports - Mastodon API: Return `pleroma.direct_conversation_id` when creating a direct message (`POST /api/v1/statuses`) |