diff options
| author | lain <lain@soykaf.club> | 2020-07-03 16:44:31 +0200 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-07-03 16:44:31 +0200 |
| commit | d3efb50262e7922fc1aa80625679a7e29bb65836 (patch) | |
| tree | 1b9c37c851739b041462a5bf50864a4c5d24ffd8 /CHANGELOG.md | |
| parent | 244655e884130df6dccabc0d2d78d33857809a36 (diff) | |
| parent | 19fbfbb767169b58a8f6558d0ad1a9be6425b59d (diff) | |
| download | pleroma-d3efb50262e7922fc1aa80625679a7e29bb65836.tar.gz pleroma-d3efb50262e7922fc1aa80625679a7e29bb65836.zip | |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into features/mastoapi-2.9.0-status_text
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 71963d206..26f878a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). <summary>API Changes</summary> - **Breaking:** Emoji API: changed methods and renamed routes. +- Streaming: Repeats of a user's posts will no longer be pushed to the user's stream. +- Mastodon API: Added `pleroma.metadata.fields_limits` to /api/v1/instance </details> <details> @@ -51,6 +53,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). <details> <summary>API Changes</summary> +- Mastodon API: Add pleroma.parents_visible field to statuses. - Mastodon API: Extended `/api/v1/instance`. - Mastodon API: Support for `include_types` in `/api/v1/notifications`. - Mastodon API: Added `/api/v1/notifications/:id/dismiss` endpoint. |
