mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
Update CHANGELOG
This commit is contained in:
parent
1f93b8bfb1
commit
8ed77c240f
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
- Add `policy_class` option to `authorize` to be able to override the policy. (#441)
|
||||
- Add `policy_scope_class` option to `authorize` to be able to override the policy scope. (#441)
|
||||
- Fix `param_key` issue when passed an array. (#529)
|
||||
- Only pass last element of "namespace array" to policy and scope. (#529)
|
||||
- Allow specification of a `NilClassPolicy`. (#525)
|
||||
|
|
Loading…
Reference in a new issue