diff options
author | rinpatch <rinpatch@sdf.org> | 2019-09-19 00:00:05 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-09-19 00:00:05 +0300 |
commit | a22b87b30c8bf5a28465c732ac77c70631ddc4d9 (patch) | |
tree | b6cedd79b3b85998dff5f6df1f1b9e071efb0c7e | |
parent | e32d099a3a0e701cf2a75775664483f2d72c2dec (diff) | |
download | pleroma-a22b87b30c8bf5a28465c732ac77c70631ddc4d9.tar.gz |
Add a changelog entry for poll refetching
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f38b817..6a49bc4dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +### Added +- 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) |