summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorkaniini <ariadne@dereferenced.org>2019-07-13 19:06:54 +0000
committerkaniini <ariadne@dereferenced.org>2019-07-13 19:06:54 +0000
commit592411e4fe8a1cf39064e3dd5f9312ed5cdcd22e (patch)
tree0367556f3e87497fe7cff80f70a519cd9e0e6e86 /CHANGELOG.md
parentf4c001062e51c207bf84f56473ddf6120e3b50fb (diff)
parent0cc638b96874312bce29e477a0ce6e46a92142bf (diff)
downloadpleroma-592411e4fe8a1cf39064e3dd5f9312ed5cdcd22e.tar.gz
pleroma-592411e4fe8a1cf39064e3dd5f9312ed5cdcd22e.zip
Merge branch 'feature/mrf-transparency-filter' into 'develop'
nodeinfo: implement MRF transparency exclusions See merge request pleroma/pleroma!1412
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index add8a0348..bebb438b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- MRF: Support for priming the mediaproxy cache (`Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy`)
+- MRF: Support for excluding specific domains from Transparency.
- Configuration: `federation_incoming_replies_max_depth` option
- Mastodon API: Support for the [`tagged` filter](https://github.com/tootsuite/mastodon/pull/9755) in [`GET /api/v1/accounts/:id/statuses`](https://docs.joinmastodon.org/api/rest/accounts/#get-api-v1-accounts-id-statuses)
- Mastodon API, streaming: Add support for passing the token in the `Sec-WebSocket-Protocol` header