Skip to content

Commit 5b640bf

Browse files
committed
Add note about subclassing for fine-grained access
1 parent dbbc942 commit 5b640bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Version numbers should follow https://semver.org/spec/v2.0.0.html
1717

1818
- We no longer use a decorator on the `Schema` view to override `dispatch`, and
1919
now override it directly.
20+
- It is now possible to control access to the `Schema` view by subclassing and
21+
overriding the `access_permitted` function.
2022

2123

2224
## [2.0.0] - 2022-08-01

0 commit comments

Comments
 (0)