summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-08-09 10:02:37 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-08-09 10:02:37 +0000
commit901204df2292419378a486a97fea9d3c70903a20 (patch)
treee7b2b68201819dce06079d4decfacaa4c8aa1043 /CHANGELOG.md
parent6384d7803520f633a66d1cb9f76e3540863f92fb (diff)
parent85d71d4f1d433a168eb136ad88b651b6c1d1a4fc (diff)
Merge branch 'poll-notification' into 'develop'
MastodonAPI: Support poll notification See merge request pleroma/pleroma!3484
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e594f174..45a365505 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,6 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- AdminAPI: return `created_at` date with users.
- `AnalyzeMetadata` upload filter for extracting image/video attachment dimensions and generating blurhashes for images. Blurhashes for videos are not generated at this time.
- Attachment dimensions and blurhashes are federated when available.
+- Mastodon API: support `poll` notification.
- Pinned posts federation
### Fixed