summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-07-17 20:57:00 -0500
committerAlex Gleason <alex@alexgleason.me>2021-07-18 11:49:25 -0500
commit85d71d4f1d433a168eb136ad88b651b6c1d1a4fc (patch)
tree71c26013cee4153de8747ddf07ca2bd5aa1a9ab5 /CHANGELOG.md
parent62bf6d67e393d2b290d226e8505d622d944c9a26 (diff)
CHANGELOG: Support `poll` notification type
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 155248a81..f9e0fe25b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,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