1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00

Update CHANGELOG

This commit is contained in:
Linus Marton 2018-06-16 21:45:31 +02:00
parent 627be74d3e
commit aca4dcb965
No known key found for this signature in database
GPG key ID: 3AE26AD3E41F5ED8

View file

@ -2,6 +2,7 @@
## Unreleased
- Allow specification of a `NilClassPolicy`. (#525)
- Make sure `policy_class` override is called when passed an array. (#475)
- Raise `InvalidConstructorError` if a policy or policy scope with an invalid constructor is called. (#462)
- Use `action_name` instead of `params[:action]`. (#419)