CHANGELOG.markdown in authority-1.0.0 vs CHANGELOG.markdown in authority-1.1.0

- old
+ new

@@ -1,8 +1,12 @@ # Changelog This is mainly to document major new features and backwards-incompatible changes. +## Unreleased + +- Added `Authority::Authorizer.default` class method which is called before the `default_strategy` proc and delegates to that proc. This can be overridden per authorizer. + ## v1.0.0 - Added `config.security_violation_handler` so users can specify which controller method to use when rescuing `SecurityViolation`s - Removed generator to make blank authorizers. On further consideration, one authorizer per model is counterproductive for most use cases, and I'd rather not encourage misuse.