From 4f7eec3200c0554b5491382db72f7042dd0cbfef Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Fri, 15 Apr 2022 09:55:10 +0200 Subject: [PATCH] docs: Mention metadata predicate change --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9b1a3d737..cfdde6f1a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -26,6 +26,7 @@ These changes are relevant if you wrote custom modules for the server that depen - The `ResourceStore` function `resourceExists` has been renamed to `hasResource` and has been moved to a separate `ResourceSet` interface. - Several `ModesExtractor`s `PermissionBasedAuthorizer` now take a `ResourceSet` as constructor parameter. +- `RepresentationMetadata` no longer accepts strings for predicates in any of its functions. ## v3.0.0 ### New features