Merge branch 'chore/refetch-poll-changelog-update' into 'develop'

Add a changelog entry for poll refetching

See merge request pleroma/pleroma!1696
develop
rinpatch 2019-09-18 21:00:51 +00:00
commit 76a1019f41
1 changed files with 2 additions and 0 deletions

View File

@ -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)