summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorIlja <ilja@ilja.space>2022-07-01 10:50:32 +0200
committerIlja <ilja@ilja.space>2022-07-01 10:50:32 +0200
commit0d697bc15a535eed17f017b9a18d60b2e4cef34e (patch)
treee3e588ea4da87a149ddc934ff9ec4316fb047eaf /CHANGELOG.md
parent37fdf148b0963b62ab746a8ece2aacf893ba8934 (diff)
downloadpleroma-0d697bc15a535eed17f017b9a18d60b2e4cef34e.tar.gz
pleroma-0d697bc15a535eed17f017b9a18d60b2e4cef34e.zip
Add docs and CHANGELOG entries
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 8a18c151c..35a31d70d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Configuration: Add `birthday_required` and `birthday_min_age` settings to provide a way to require users to enter their birth date.
- PleromaAPI: Add `GET /api/v1/pleroma/birthdays` API endpoint
- Make backend-rendered pages translatable. This includes emails. Pages returned as a HTTP response are translated using the language specified in the `userLanguage` cookie, or the `Accept-Language` header. Emails are translated using the `language` field when registering. This language can be changed by `PATCH /api/v1/accounts/update_credentials` with the `language` field.
+- Add fine grained options to provide privileges to moderators and admins (e.g. delete messages, manage reports...)
### Fixed
- Subscription(Bell) Notifications: Don't create from Pipeline Ingested replies