From: Mark Felder Date: Mon, 31 Aug 2020 21:11:13 +0000 (-0500) Subject: Document breaking change for metadata providers X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=549c895d80f36109731565abf00303a7f80add21;p=akkoma Document breaking change for metadata providers --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 496c78ffe..512547427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## unreleased-patch - ??? +### Changed + +- **Breaking:** The metadata providers RelMe and Feed are no longer configurable. RelMe should always be activated and Feed only provides a header tag for the actual RSS/Atom feed when the instance is public. + ### Security - Fix metadata leak for accounts and statuses on private instances