diff options
author | rinpatch <rinpatch@sdf.org> | 2019-07-13 02:04:26 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-07-13 13:38:53 +0300 |
commit | 29ffe81c2e2235ed723516e74a50b025af688b9b (patch) | |
tree | 1832ce8f58c75a9ce1b5761b377578568688eea5 | |
parent | fa7e0c4262f8844bb6224c200f7d41720607fcac (diff) | |
download | pleroma-29ffe81c2e2235ed723516e74a50b025af688b9b.tar.gz |
Add a changelog entry for tolerating incorrect chain order
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
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`) |