CHANGELOG in stffn-declarative_authorization-0.2.1 vs CHANGELOG in stffn-declarative_authorization-0.2.3
- old
+ new
@@ -1,4 +1,6 @@
+* Added handling of Authorization::AuthorizationInController::ClassMethods.filter_access_to parameters that are of the form [:show, :update] instead of just :show, :update. [jeremyf]
+
* Added a authorization rules browser. See README for more information [sb]
* Added Model.using_access_control? to check if a model has model security activated [sb]
* Changed Authorization::ObligationScope#map_table_alias_for [Brian Langenfeld]