1
0
Fork 0
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:
Linus Marton 2019-01-18 13:09:41 +01:00
parent d7f99b7681
commit 1dd036f0d2
No known key found for this signature in database
GPG key ID: 3AE26AD3E41F5ED8

View file

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