diff options
author | rinpatch <rinpatch@sdf.org> | 2019-05-12 13:22:13 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-05-12 13:22:13 +0000 |
commit | 3ded995253c9a430fcef1b210eb20fd33a409598 (patch) | |
tree | d143d4406fc4aa47f98d97f331f1774dac49eb8a | |
parent | 131f88320740bec9c74e4280a6b1a7d8641ee367 (diff) | |
parent | 2a4e41acb4383f6a9dd60a65d8251b27130fe7cc (diff) | |
download | pleroma-3ded995253c9a430fcef1b210eb20fd33a409598.tar.gz |
Merge branch 'update-changelog' into 'develop'
Update changelog
See merge request pleroma/pleroma!1141
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a761c4a..b9c9538b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Deps: Updated Ecto to 3.0.7 - Don't ship finmoji by default, they can be installed as an emoji pack - Mastodon API: Added support max_id & since_id for bookmark timeline endpoints. +- Admin API: Move the user related API to `api/pleroma/admin/users` ### Fixed - Added an FTS index on objects. Running `vacuum analyze` and setting a larger `work_mem` is recommended. |