diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2019-08-14 01:36:42 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-08-14 01:50:26 +0000 |
commit | 606ccbab035dce7dfc543e1d6354ed8ae3c87c3c (patch) | |
tree | 56a6b9939c4e35ec5b7f5a3f133ad33ccfda1019 | |
parent | 4681747ec1e889530b0df52fe599aa236078a0b6 (diff) | |
download | pleroma-606ccbab035dce7dfc543e1d6354ed8ae3c87c3c.tar.gz |
update changelog to cover MRF describe API.
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c85bb90d..4effcf887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `federation_incoming_replies_max_depth` option being ignored in certain cases. ### Added +- **Breaking:** MRF describe API, which adds support for exposing configuration information about MRF policies to NodeInfo. + Custom modules will need to be updated by adding, at the very least, `def describe, do: {:ok, %{}}` to the MRF policy modules. - Relays: Added a task to list relay subscriptions. - MRF: Support for filtering posts based on ActivityStreams vocabulary (`Pleroma.Web.ActivityPub.MRF.VocabularyPolicy`) - MRF (Simple Policy): Support for wildcard domains. |