summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-09-25 15:59:04 +0300
committerrinpatch <rinpatch@sdf.org>2019-09-26 03:45:58 +0300
commitd4a76b0a6ffba70c0f0bc10a4175cfdd99f8d574 (patch)
tree3e5b248f591ef89ce159c028cc9d4cb13a713be1 /CHANGELOG.md
parente91f0e280142148dbebecf05c1e564e8b01ccf46 (diff)
downloadpleroma-d4a76b0a6ffba70c0f0bc10a4175cfdd99f8d574.tar.gz
pleroma-d4a76b0a6ffba70c0f0bc10a4175cfdd99f8d574.zip
Don't embed the first page in inboxes/outboxes and refactor the views to
follow View/Controller pattern Note that I mentioned the change in 1.1 section because I intend to backport this, if this is not needed I will move it back to Unreleased.
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 0c5e43123..1fb7184f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- AdminAPI: Add "godmode" while fetching user statuses (i.e. admin can see private statuses)
- Improve digest email template
– Pagination: (optional) return `total` alongside with `items` when paginating
+- ActivityPub: The first page in inboxes/outboxes is no longer embedded.
### Fixed
- Following from Osada