CHANGELOG.md in pundit-2.2.0 vs CHANGELOG.md in pundit-2.3.0

- old
+ new

@@ -1,6 +1,12 @@ # Pundit +## 2.3.0 (2022-12-19) + +### Added + +- add support for rubocop-rspec syntax extensions (#745) + ## 2.2.0 (2022-02-11) ### Fixed - Using `policy_class` and a namespaced record now passes only the record when instantiating the policy. (#697, #689, #694, #666)