Merge pull request #706 from varvet/kbs/fix-changelog

Deprecation warning is yet unreleased
This commit is contained in:
Kim Burgestrand 2022-01-10 09:59:10 +01:00 committed by GitHub
commit 748b262581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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