docs: Mention metadata predicate change

This commit is contained in:
Joachim Van Herwegen 2022-04-15 09:55:10 +02:00
parent 668d0a331f
commit 4f7eec3200

View File

@ -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