forked from potsda.mn/mobilizon
Add MIME recompilation step to changelog
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
692a0e670a
commit
058af34653
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue