diff options
author | lain <lain@soykaf.club> | 2020-11-04 10:14:48 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-11-04 10:14:48 +0100 |
commit | f09bb814a96c71f24fcf6e403a25e90be9cc684e (patch) | |
tree | 6ddaa84a60e2e037119f7d8558bf47f7fda9d77b | |
parent | 1cfc3278c086c9eaa7b2d1bd170e82c8b2aebd78 (diff) | |
download | pleroma-f09bb814a96c71f24fcf6e403a25e90be9cc684e.tar.gz |
Changelog: Add info about poll view changes
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee17d239..8c5a9f9dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Users with the `discoverable` field set to false will not show up in searches. - Minimum lifetime for ephmeral activities changed to 10 minutes and made configurable (`:min_lifetime` option). - Introduced optional dependencies on `ffmpeg`, `ImageMagick`, `exiftool` software packages. Please refer to `docs/installation/optional/media_graphics_packages.md`. +- Polls now always return a `voters_count`, even if they are single-choice <details> <summary>API Changes</summary> |