summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2021-05-27 12:20:21 -0500
committerMark Felder <feld@feld.me>2021-05-27 12:20:21 -0500
commitcd4352a86fe37983cbc617c42f3f6c8a631fb9b3 (patch)
treec23070805364e2e8af3f53a56cf66d01238a7b36
parent46948537664a4296e7d5c517cbdbf3adccef1272 (diff)
Missing entry for pinned posts federation from MR !3312
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61339a1aa..eacba0208 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Return OAuth token `id` (primary key) in POST `/oauth/token`.
- `AnalyzeMetadata` upload filter for extracting attachment dimensions and generating blurhashes.
- Attachment dimensions and blurhashes are federated when available.
+- Pinned posts federation
### Fixed
- Don't crash so hard when email settings are invalid.