summary refs log tree commit diff
path: root/changelog.d/10007.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.35.0rc1 v1.35.0rc1Erik Johnston2021-05-251-1/+0
|
* Refactor checking restricted join rules (#10007)Patrick Cloke2021-05-181-0/+1
To be more consistent with similar code. The check now automatically raises an AuthError instead of passing back a boolean. It also absorbs some shared logic between callers.