summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorkaniini <ariadne@dereferenced.org>2019-07-11 13:55:31 +0000
committerkaniini <ariadne@dereferenced.org>2019-07-11 13:55:31 +0000
commitdb75288b71e7531f8e5033f56fc0b9a7d1d8efb3 (patch)
tree78eb45470cbf05740cbd3ec5168fb7c474beca95 /CHANGELOG.md
parent4d382d13478deafbbb9bff1ea5a60fc4a2316b11 (diff)
parent4198c3ac390edaab04a61a179b1f8bc5adaf89de (diff)
downloadpleroma-db75288b71e7531f8e5033f56fc0b9a7d1d8efb3.tar.gz
pleroma-db75288b71e7531f8e5033f56fc0b9a7d1d8efb3.zip
Merge branch 'search-limit-offset-type' into 'develop'
Add account_id, type, limit, and offset to GET /api/v1/search and /api/v2/search See merge request pleroma/pleroma!1386
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 da2aee883..942733ab6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Metadata rendering errors resulting in the entire page being inaccessible
- 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`)
### Added
- MRF: Support for priming the mediaproxy cache (`Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy`)