CHANGELOG.markdown in authority-2.5.0 vs CHANGELOG.markdown in authority-2.6.0
- old
+ new
@@ -1,8 +1,14 @@
# Changelog
Authority does its best to use [semantic versioning](http://semver.org).
+## v2.6.0
+
+- Now dependent on ActiveSupport, not all of Rails, as a step toward easier use with other frameworks
+- Testing with Rails 4.0
+- Clearer backtraces in certain situations
+
## 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