CHANGELOG in stffn-declarative_authorization-0.3.0 vs CHANGELOG in stffn-declarative_authorization-0.3.1

- old
+ new

@@ -1,4 +1,13 @@ +* Simplified controller authorization with filter_resource_access [sb] + +* Allow passing explicit context in addition to object in permitted_to? [Olly Lylo, sb] + +* Change Supporter: suggest changes to authorization rules [sb] + +* Added permitted_to!/? in model [Eike Carls] + +* New test helper: should_(not_)_be_allowed_to(privilege, object_or_context) [sb] ** RELEASE 0.3 (April 20, 2009) ** * New option :join_by for has_permission_on to allow AND'ing of statements in one has_permission_on block [sb]