From: rinpatch Date: Fri, 12 Jul 2019 23:04:26 +0000 (+0300) Subject: Add a changelog entry for tolerating incorrect chain order X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=29ffe81c2e2235ed723516e74a50b025af688b9b;p=akkoma Add a changelog entry for tolerating incorrect chain order --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 942733ab6..1ee845031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Not being able to pin unlisted posts - Metadata rendering errors resulting in the entire page being inaccessible +- Federation/MediaProxy not working with instances that have wrong certificate order - Mastodon API: Handling of search timeouts (`/api/v1/search` and `/api/v2/search`) - Mastodon API: Embedded relationships not being properly rendered in the Account entity of Status entity - Mastodon API: Add `account_id`, `type`, `offset`, and `limit` to search API (`/api/v1/search` and `/api/v2/search`)