diff --git a/CHANGELOG.md b/CHANGELOG.md index fe941da..5710063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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