From d1dd5ecf075b3c33dd5b8f1369fd08790c64b5a0 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 17 Dec 2021 15:45:03 +0100 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 574ffbfcb2..7e3984eb50 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,7 @@ - Collection - Document - Wildcard permissions `*` are now `role:all` +- Collections can be enabled and disabled - Permissions are now found as top-level keys `$read` and `$write` instead of nested under `$permissions` - Accessing collections with insufficient permissions now return a `401` isntead of `404` status code - Added Cursor pagination to all endpoints that provide pagination by offset