From bd3baf7546762a56fc5c19602fbea265e34e8a52 Mon Sep 17 00:00:00 2001 From: Hylke van der Schaaf Date: Tue, 10 Sep 2024 09:08:17 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2951ce16..b34ac0493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ * Improved Batch Requests extension to stream results to the client, while processing the batch. * Added option to Batch Request extension, to allow back-references to GET results. * Added option to Batch Request extension, to allow skipping requests based on back references. +* Added 'Projects' plugin with fine-grained authorisation capabilities. **Internal changes & Bugfixes** * Improved generated queries when fetching entities over a one-to-many relation.