summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-08-31 16:11:13 -0500
committerrinpatch <rinpatch@sdf.org>2020-09-08 20:21:34 +0300
commit549c895d80f36109731565abf00303a7f80add21 (patch)
tree3f5752f2bce72508b2920b6d61e23e69495a1bc0
parent96697db3bc4d8fda90906cdeff77ae2668066bd4 (diff)
Document breaking change for metadata providers
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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 <link> header tag for the actual RSS/Atom feed when the instance is public.
+
### Security
- Fix metadata leak for accounts and statuses on private instances