From 0693d2bf6ebe5d7a8c87586a4defcec7b350380c Mon Sep 17 00:00:00 2001 From: Kim Burgestrand Date: Sun, 9 Jan 2022 11:50:40 +0100 Subject: [PATCH] Deprecation warning is yet unreleased --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe941daa..5710063e 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