diff --git a/CHANGELOG.md b/CHANGELOG.md index 70fce5882..2a1cfccf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Objects being re-embedded to activities after being updated (e.g faved/reposted). Running 'mix pleroma.database prune_objects' again is advised. - Not being able to access the Mastodon FE login page on private instances - MRF: ensure that subdomain_match calls are case-insensitive +- Fix internal server error when using the healthcheck API. +- `federation_incoming_replies_max_depth` option being ignored in certain cases. ### Added - Relays: Added a task to list relay subscriptions.