CHANGELOG.markdown in authority-2.4.0 vs CHANGELOG.markdown in authority-2.4.1
- old
+ new
@@ -1,8 +1,12 @@
# Changelog
Authority does its best to use [semantic versioning](http://semver.org).
+## v2.4.1
+
+The controller method name given to `authorize_actions_for` no longer has to be public. (We don't want to force controllers to make any method public that shouldn't be a routable action.)
+
## v2.4.0
Controller method `authorize_actions_for` can now be given a method name to dynamically determine the class to authorize. For example, `authorize_actions_for :model_class` will call the `model_class` method on the controller instance at request time.
## v2.3.2