From 058af34653c5c387ab07d432d0fe5a4fb18c9e16 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 30 Sep 2020 10:38:28 +0200 Subject: [PATCH] Add MIME recompilation step to changelog Signed-off-by: Thomas Citharel --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d5a0246a..24aa810cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Special operations + +We added `application/ld+json` as acceptable MIME type for ActivityPub requests, so you'll need to recompile the `mime` library we use before recompiling Mobilizon: +``` +MIX_ENV=prod mix deps.clean mime --build +``` + ### Added - Possibility to login using LDAP