CHANGELOG.markdown in authority-2.1.0 vs CHANGELOG.markdown in authority-2.2.0
- old
+ new
@@ -1,7 +1,13 @@
# Changelog
-This is mainly to document major new features and backwards-incompatible changes.
+## v2.2.0
+
+Allow passing options hash to `authorize_action_for`, like `authorize_action_for(@llama, :sporting => @hat_style)`.
+
+## v2.1.0
+
+Allow passing options hash, like `current_user.can_create?(Comment, :for => @post)`.
## v2.0.1
Documentation and test cleanup.