summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-08-24 16:04:19 +0000
committerlain <lain@soykaf.club>2019-08-24 16:04:19 +0000
commit90986667cedb20b316ae4e160729d78d692d0c0e (patch)
treee51653c14e428df6547833e8608aefe5665e6481 /CHANGELOG.md
parent83aeb6090072986d39dc52de05f5a23164f8ce04 (diff)
parent37229af15fe6d540e7b4a0b6e89f548a100d51c7 (diff)
downloadpleroma-90986667cedb20b316ae4e160729d78d692d0c0e.tar.gz
pleroma-90986667cedb20b316ae4e160729d78d692d0c0e.zip
Merge branch 'admin-create-users' into 'develop'
user creation admin api will create multiple users See merge request pleroma/pleroma!1170
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 b1ec21818..9c3051c94 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -195,6 +195,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Configuration: Added `extra_cookie_attrs` for setting non-standard cookie attributes. Defaults to ["SameSite=Lax"] so that remote follows work.
- Timelines: Messages involving people you have blocked will be excluded from the timeline in all cases instead of just repeats.
- Admin API: Move the user related API to `api/pleroma/admin/users`
+- Admin API: `POST /api/pleroma/admin/users` will take list of users
- Pleroma API: Support for emoji tags in `/api/pleroma/emoji` resulting in a breaking API change
- Mastodon API: Support for `exclude_types`, `limit` and `min_id` in `/api/v1/notifications`
- Mastodon API: Add `languages` and `registrations` to `/api/v1/instance`