CHANGELOG.markdown in authority-1.0.0.pre4 vs CHANGELOG.markdown in authority-1.0.0
- old
+ new
@@ -1,8 +1,17 @@
# Changelog
This is mainly to document major new features and backwards-incompatible changes.
+## 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.
+
+## v1.0.0.pre4
+
+Added generator to make blank authorizers. See `rails g authority:authorizers --help`.
+
## v1.0.0.pre3
- Rename controller methods (again):
- `authorize_actions_on` => `authorize_actions_for`
- `authorize_action_on` => `authorize_action_for`