diff options
author | lain <lain@soykaf.club> | 2020-08-04 12:49:56 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-04 12:49:56 +0200 |
commit | 2f4289d455fbd2d949ac1e10d5ea2b9c78f15e82 (patch) | |
tree | 8d7013662275f4011e865e5d915eb21fcfc0fe9a | |
parent | 4f57e85ab9c80fb7cb51428cef978793ba22971c (diff) | |
download | pleroma-2f4289d455fbd2d949ac1e10d5ea2b9c78f15e82.tar.gz |
Changelog: Add info about email blacklist
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 129c269aa..6ae5fb928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added +- Configuration: Added a blacklist for email servers. - Chats: Added `accepts_chat_messages` field to user, exposed in APIs and federation. - Chats: Added support for federated chats. For details, see the docs. - ActivityPub: Added support for existing AP ids for instances migrated from Mastodon. |