summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLain Soykaf <lain@soykaf.club>2020-02-07 14:59:26 +0100
committerLain Soykaf <lain@soykaf.club>2020-02-07 14:59:26 +0100
commitce958820095611bbe7c49a1b90a69c557a3cbec5 (patch)
treecb7a88beb6fc59a26d43aeb2af7c196bcebfecbe /CHANGELOG.md
parentf875b9650a8d1fc04ad029f5d894b5a417e1be90 (diff)
downloadpleroma-ce958820095611bbe7c49a1b90a69c557a3cbec5.tar.gz
pleroma-ce958820095611bbe7c49a1b90a69c557a3cbec5.zip
EmojiReactions: Add docs and Changelog
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 b470b74ed..ca3bdf8d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,6 +37,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<details>
<summary>API Changes</summary>
+- **Breaking** EmojiReactions: Change endpoints and responses to align with Mastodon
- **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)
- **Breaking:** Admin API: Return link alongside with token on password reset
- **Breaking:** Admin API: `PUT /api/pleroma/admin/reports/:id` is now `PATCH /api/pleroma/admin/reports`, see admin_api.md for details