summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-01-20 18:10:55 +0100
committerlain <lain@soykaf.club>2020-01-20 18:10:55 +0100
commit7d8b709d293064462256d9a6392f993232323a4d (patch)
tree9565cc8b0eae80ed40cae526a124a3cfa9e2edec /CHANGELOG.md
parent4c5b5f14dcec51cba8e86bcfcf2943ee9b49b0e4 (diff)
parentab36459464311389c2929ff1c48537889066a9f8 (diff)
downloadpleroma-7d8b709d293064462256d9a6392f993232323a4d.tar.gz
pleroma-7d8b709d293064462256d9a6392f993232323a4d.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into emoji-reaction-extensions
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 871b01ca3..09f31d5a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -44,6 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Mastodon API, streaming: Add `pleroma.direct_conversation_id` to the `conversation` stream event payload.
- Admin API: Render whole status in grouped reports
- Mastodon API: User timelines will now respect blocks, unless you are getting the user timeline of somebody you blocked (which would be empty otherwise).
+- Mastodon API: Favoriting / Repeating a post multiple times will now return the identical response every time. Before, executing that action twice would return an error ("already favorited") on the second try.
</details>
### Added