From 7615a11a1ef826ccf12455e4ad149f9da7f0f7bb Mon Sep 17 00:00:00 2001 From: Oneric Date: Fri, 3 Jan 2025 20:33:41 +0100 Subject: [PATCH] changelog: fix shuffled and add missing entries --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 744e77dc8..3306f47c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Fixed - Media proxy no longer attempts to proxy embedded images +- ObjectAge policy no longer lets unlisted posts slip through +- ObjectAge policy no longer leaks belated DMs and follower-only posts +- the NodeINfo endpoint now uses the correct content type + +## Changed +- Anonymous objects now federate completely without an id + adopting a proposed AP spec errata and restoring federation + with e.g. IceShrimp.NET and fedify-based implementations ## 3.13.3 @@ -28,8 +36,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - AP objects with additional JSON-LD profiles beyond ActivityStreams can now be fetched - Single-selection polls no longer expose the voter_count; MastoAPI demands it be null and this confused some clients leading to vote distributions >100% -- ObjectAge policy no longer lets unlisted posts slip through -- ObjectAge policy no longer leaks belated DMs and follower-only posts ## Changed - Refactored Rich Media to cache the content in the database. Fetching operations that could block status rendering have been eliminated.