diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-11-01 17:25:41 +0000 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-11-01 17:25:41 +0000 |
commit | 10e9ba6340e1f26dcb818ad2e06fdab20df82e4b (patch) | |
tree | 34bada758d0c9aa6e0ffa60ad51346d53dfe3cef | |
parent | 743b622b7b59148525d0f941de3a7c4af7825d22 (diff) | |
download | pleroma-10e9ba6340e1f26dcb818ad2e06fdab20df82e4b.tar.gz |
Apply suggestion to CHANGELOG.md
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f46f98a..989e0974a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,7 +67,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mastodon API: Mark the direct conversation as read for the author when they send a new direct message </details> - Deprecated `User.Info` embedded schema (fields moved to `User`) -- Admin API: `PATCH /api/pleroma/admin/users/:nickname/force_password_reset` is now `PATCH /api/pleroma/admin/users/force_password_reset` (accepts `nicknames` array in the request body) +- **Breaking** Admin API: `PATCH /api/pleroma/admin/users/:nickname/force_password_reset` is now `PATCH /api/pleroma/admin/users/force_password_reset` (accepts `nicknames` array in the request body) ### Fixed - Report emails now include functional links to profiles of remote user accounts |