summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2019-07-13 11:55:09 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2019-07-13 11:55:09 +0000
commit9497d14f09dc76535dda47fc4257c51ef07a3f56 (patch)
tree6bbe37740764bde615e18e36f5e36d5e19f49966 /CHANGELOG.md
parent02cdedbf9fdf27d8dca78caf75f6413cd2566e3e (diff)
parent29ffe81c2e2235ed723516e74a50b025af688b9b (diff)
downloadpleroma-9497d14f09dc76535dda47fc4257c51ef07a3f56.tar.gz
pleroma-9497d14f09dc76535dda47fc4257c51ef07a3f56.zip
Merge branch 'fix/hackney-global-options' into 'develop'
Merge the default options with custom ones in ReverseProxy and Pleroma.HTTP and workaround for remote server certificate chain issues See merge request pleroma/pleroma!1409
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 405b7680c..119444a6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,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`)