debug for button events - missed on last commit
[catagits/Reaction.git] / Changes
diff --git a/Changes b/Changes
index b30a4c7..e2e42f2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,16 @@
 Revision history for Reaction
-
+0.003000 - 
+        - Fix Order role to allow for exclusions (for non-indexed columns) and
+          coerceion of the column name to allow proper ORDER BY generation in
+          belongs_to rels and fields that do not map directly to columns.
+        - Fix Package names in POD for various files. this was causing some
+          weirdness in CPAN.
+        - All Reaction::UI::ViewPort::* now uses MooseX::Types
+        - 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
 0.002000 - 29 Apr 2008
         - Update CheckUniques role to use around instead of overrides
         - Stop using ACCEPT_CONTEXT, use InstancePerContext instead