mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
Update CHANGELOG
It's not really a breaking change. No code has been changed and it still works on Ruby 2.1 and 2.2. Those version were just removed from CI.
This commit is contained in:
parent
d7f99b7681
commit
1dd036f0d2
1 changed files with 2 additions and 1 deletions
|
@ -4,10 +4,11 @@
|
|||
|
||||
### Breaking changes
|
||||
|
||||
- Drop official support for Ruby 2.1 and 2.2. (#573)
|
||||
None
|
||||
|
||||
### Other changes
|
||||
|
||||
- Drop official support for Ruby 2.1 and 2.2. (#573)
|
||||
- Improve exception handling for `#policy_scope` and `#policy_scope!`. (#550)
|
||||
- Add `:policy` metadata to RSpec template. (#566)
|
||||
|
||||
|
|
Loading…
Reference in a new issue