Merge branch 'feature/bump-elixir-verstion' into 'develop'
[akkoma] / CHANGELOG.md
index 58618b7f52b9b003498955c09a100768631ee0ec..4426e3f7052521aa2f46c318fea51d8fe0f058dc 100644 (file)
@@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 – Pagination: (optional) return `total` alongside with `items` when paginating
 - Replaced [pleroma_job_queue](https://git.pleroma.social/pleroma/pleroma_job_queue) and `Pleroma.Web.Federator.RetryQueue` with [Oban](https://github.com/sorentwo/oban) (see [`docs/config.md`](docs/config.md) on migrating customized worker / retry settings)
 - Introduced [quantum](https://github.com/quantum-elixir/quantum-core) job scheduler
+- Admin API: Return `total` when querying for reports
 
 ### Fixed
 - Following from Osada