diff options
author | lain <lain@soykaf.club> | 2020-08-03 18:23:26 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-03 18:23:26 +0200 |
commit | e26f2c913529748423384d467472f3ad06248ea4 (patch) | |
tree | cbff2842f14e6d64a2384021522d4a8cf38077bd | |
parent | 8b1da33a54dc3c6a489be7e2391e64af9e24d439 (diff) | |
download | pleroma-e26f2c913529748423384d467472f3ad06248ea4.tar.gz |
Changelog: Update with frontend mix task.
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fb782e82c..1edaed2c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added +- Frontends: Add mix task to install frontends. - Frontends: Add configurable frontends for primary and admin fe. - Chats: Added `accepts_chat_messages` field to user, exposed in APIs and federation. - Chats: Added support for federated chats. For details, see the docs. |