diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-11-11 09:55:00 +0000 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-11-11 09:55:00 +0000 |
commit | b2e8371e6a366a1b75c520c617a23edfff3f1274 (patch) | |
tree | a9fc1a87964395354ffa3190de5910bf9160a21a | |
parent | b14bf9044fd99fe31dd6aa987d9fc535e3bc0218 (diff) | |
download | pleroma-b2e8371e6a366a1b75c520c617a23edfff3f1274.tar.gz |
Apply suggestion to CHANGELOG.md
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e03ee6b5..b33d61819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Authentication: Added rate limit for password-authorized actions / login existence checks - Mix task to re-count statuses for all users (`mix pleroma.count_statuses`) - Support for `X-Forwarded-For` and similar HTTP headers which used by reverse proxies to pass a real user IP address to the backend. Must not be enabled unless your instance is behind at least one reverse proxy (such as Nginx, Apache HTTPD or Varnish Cache). -- Admin API: Add ability to fetch reports, grouped by status `GET /api/pleroma/admin/grouped_reports` <details> <summary>API Changes</summary> |