CHANGELOG.markdown in authority-3.2.1 vs CHANGELOG.markdown in authority-3.2.2

- old
+ new

@@ -1,8 +1,16 @@ # Changelog Authority does its best to use [semantic versioning](http://semver.org). +## Unreleased + +(nothing) + +## 3.2.2 + +- [Fix Rails 5 `after_filter` deprecation warning](https://github.com/nathanl/authority/pull/115), thanks to [Erik Axel Nielsen](https://github.com/erikaxel)) + ## 3.2.1 - Allow supplying extra arguments to authorizers in `authorize_actions_for` via the `:args` parameter. - Resume CI testing against multiple versions of Ruby and Rails, thanks to [Douglas Teoh's work](https://github.com/nathanl/authority/pull/112).