summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-05-02 16:44:55 +0000
committerrinpatch <rinpatch@sdf.org>2020-05-02 16:44:55 +0000
commit3126f8a334e4f0aeb6aad59e22c8f8c1ac9ec668 (patch)
treeda0c76c39a7b09b5ee01aad9f4e28fa001a1c713 /CHANGELOG.md
parentd589f3dcfb961fa92bac8c8d140000de498353ff (diff)
parent5a3a5abc0c3315cba1ed3694e8a2876da8a5d294 (diff)
downloadpleroma-3126f8a334e4f0aeb6aad59e22c8f8c1ac9ec668.tar.gz
pleroma-3126f8a334e4f0aeb6aad59e22c8f8c1ac9ec668.zip
Merge branch 'feature/1710-consolidate-instance-info' into 'develop'
Feature/1710 consolidate instance info Closes #1710 See merge request pleroma/pleroma!2430
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1e7be74e..522285efe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- **Breaking:** removed `with_move` parameter from notifications timeline.
### Added
+- Instance: Extend `/api/v1/instance` with Pleroma-specific information.
- NodeInfo: `pleroma:api/v1/notifications:include_types_filter` to the `features` list.
- NodeInfo: `pleroma_emoji_reactions` to the `features` list.
- Configuration: `:restrict_unauthenticated` setting, restrict access for unauthenticated users to timelines (public and federate), user profiles and statuses.
@@ -24,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Added `:reject_deletes` group to SimplePolicy
<details>
<summary>API Changes</summary>
+- 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.
- Mastodon API: Add support for filtering replies in public and home timelines