From 7924a27ae7610c70987b6e4796e37e0d4a7682ab Mon Sep 17 00:00:00 2001 From: David Roetzel Date: Wed, 23 Jul 2025 14:53:19 +0200 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Claire --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed1aa4fd3..ca1588e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,9 +21,8 @@ All notable changes to this project will be documented in this file. - Fix support for quote verification in implicit status updates (#35384 by @ClearlyClaire) - Always give local quote of remote posts a quote request URI (#35383 by @ClearlyClaire) - Refactor `ActivityPub::Activity::Accept` and `ActivityPub::Activity::Reject` specs (#35382 by @ClearlyClaire) -- Fix `quoteAuthorization` type in JSON-LD context (#35380 by @ClearlyClaire) - Improve `Dropdown` component accessibility (#35373 by @diondiondion) -- Fix quote attributes missing from Mastodon's context (#35354 by @ClearlyClaire) +- Fix processing some incoming quotes failing because of missing JSON-LD context (#35354 and #35380 by @ClearlyClaire) - Make bio hashtags open the local page instead of the remote instance (#35349 by @ChaosExAnima) - Fix styling of external log-in button (#35320 by @ClearlyClaire)