mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
Deprecation warning is yet unreleased
This commit is contained in:
parent
34eef73895
commit
0693d2bf6e
1 changed files with 4 additions and 4 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
- Using `policy_class` and a namespaced record now passes only the record when instantiating the policy. (#697, #689, #694, #666)
|
||||
|
||||
### Deprecated
|
||||
|
||||
- Deprecate `include Pundit` in favor of `include Pundit::Authorization` (#621)
|
||||
|
||||
## 2.1.1 (2021-08-13)
|
||||
|
||||
Friday 13th-release!
|
||||
|
@ -30,10 +34,6 @@ changes.
|
|||
- Dropped support for Ruby end-of-life versions: 2.4, 2.5 and JRuby 9.1 (#676)
|
||||
- Dropped support for RSpec 2 (#615)
|
||||
|
||||
### Deprecated
|
||||
|
||||
- Deprecate `include Pundit` in favor of `include Pundit::Authorization` (#621)
|
||||
|
||||
## 2.1.0 (2019-08-14)
|
||||
|
||||
### Fixed
|
||||
|
|
Loading…
Reference in a new issue