diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-07-20 21:53:24 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-07-20 21:53:24 +0300 |
commit | 7dd03bc83d122b7d73bc151639670bab2c30bd71 (patch) | |
tree | 7e1956c37509fac281b9c17757c0d6e58a49ce0b | |
parent | aa6ad8e2dd958190ebedc646537aca3b3ea437d8 (diff) | |
parent | 1b82b7eac94e4a59bcaaaf9065a2f70801d58e64 (diff) | |
download | pleroma-7dd03bc83d122b7d73bc151639670bab2c30bd71.tar.gz |
Merge branch 'develop' into refactor/fe-bundles
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 75488f026..080270073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,7 +67,8 @@ 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: Add pleroma.parent_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. @@ -121,6 +122,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Follow request notifications <details> <summary>API Changes</summary> + - Admin API: `GET /api/pleroma/admin/need_reboot`. </details> @@ -188,6 +190,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - **Breaking**: Using third party engines for user recommendation <details> <summary>API Changes</summary> + - **Breaking**: AdminAPI: migrate_from_db endpoint </details> |