r31500@martha (orig r1229): purge | 2009-09-11 05:51:11 -0400
[catagits/Reaction.git] / Changes
diff --git a/Changes b/Changes
index fd95283..bd40cd9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -9,7 +9,10 @@ Revision history for Reaction
         - Add 'action' attribute to Action viewport
           - Adapt widget and layout to changes
           - Add example of explicitly stating action to ComponentUI
-
+        - Don't override custom location in push_viewport
+        - Wire layout_args, which was forgotten + example of how to use it
+        - CRUD functionality is now implemented as roles, so it can be used 
+          without needing to use Controller::Collection::CRUD
 0.002000 - 29 Apr 2008
         - Update CheckUniques role to use around instead of overrides
         - Stop using ACCEPT_CONTEXT, use InstancePerContext instead