CHANGELOG.markdown in authority-2.4.3 vs CHANGELOG.markdown in authority-2.5.0
- old
+ new
@@ -1,8 +1,12 @@
# Changelog
Authority does its best to use [semantic versioning](http://semver.org).
+## v2.5.0
+
+Models whose `authorizer_name` is not specified will now check for an authorizer with their own name before falling back to `ApplicationAuthorizer`. Eg, `Comment` will look for `CommentAuthorizer`. Namespacing is respected.
+
## v2.4.3
Bugfix for Rails 3.1 - apparently its `class_attribute` method stepped on instance methods even when given `:instance_reader => false`
## v2.4.2