summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMaxim Filippov <colixer@gmail.com>2019-09-17 23:09:08 +0300
committerMaxim Filippov <colixer@gmail.com>2019-09-17 23:09:08 +0300
commitf9dd121ad3f7e1de465f81c7a5fe4e4173d88e28 (patch)
tree508e21908dbc3c749616bcbfa13b5694710452b8 /CHANGELOG.md
parent7318095657175ff05a09af83b981110a58026cf9 (diff)
downloadpleroma-f9dd121ad3f7e1de465f81c7a5fe4e4173d88e28.tar.gz
pleroma-f9dd121ad3f7e1de465f81c7a5fe4e4173d88e28.zip
Admin API: Return link alongside with token on password reset
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 4eb72c002..0f4a171c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,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 link alongside with token on password reset
### Fixed
- Following from Osada