summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-11-03 13:45:09 +0100
committerlain <lain@soykaf.club>2020-11-03 13:45:09 +0100
commit91f6c3243032d88a813e4cfed6bf3d0f1ae5924d (patch)
tree3561c80c9efdc6164550a14fe557dfd7485b772a /CHANGELOG.md
parent1042c30fa53e838f3acae2c176f47997fa425755 (diff)
parent0d8cc0905aeebb965df0cf755a171d21b01ed978 (diff)
downloadpleroma-91f6c3243032d88a813e4cfed6bf3d0f1ae5924d.tar.gz
pleroma-91f6c3243032d88a813e4cfed6bf3d0f1ae5924d.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into a1batross/pleroma-patch-4
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 c62d20868..2ee17d239 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Experimental websocket-based federation between Pleroma instances.
- Support pagination of blocks and mutes
- App metrics: ability to restrict access to specified IP whitelist.
+- Account backup
- Configuration: Add `:instance, autofollowing_nicknames` setting to provide a way to make accounts automatically follow new users that register on the local Pleroma instance.
### Changed
@@ -38,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Pleroma API: Pagination for remote/local packs and emoji.
- Admin API: (`GET /api/pleroma/admin/users`) added filters user by `unconfirmed` status
- Admin API: (`GET /api/pleroma/admin/users`) added filters user by `actor_type`
+- Pleroma API: Add `idempotency_key` to the chat message entity that can be used for optimistic message sending.
</details>