From 77a97be97aa0a8a5513c05c020e16e1032c8dbaa 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 a34dd80cc..697d77d34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,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.