aboutsummaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-07-08 22:54:19 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-07-08 22:54:19 +0000
commit7b5e71adcc00ae151a7908c2cddcd7323408efc7 (patch)
tree4d12552e007c79cb83eb728f2e435548272a3caf /Changes
parent65b88951ac01b54d83a9d2c5b27c276e31b839fd (diff)
downloadreaction-7b5e71adcc00ae151a7908c2cddcd7323408efc7.tar.gz
reaction-7b5e71adcc00ae151a7908c2cddcd7323408efc7.zip
use more MooseX::Types and support actionattribute in Action vp to explicitly provide the URI to post to
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index 1242047..fd95283 100644
--- a/Changes
+++ b/Changes
@@ -5,6 +5,10 @@ Revision history for Reaction
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
0.002000 - 29 Apr 2008
- Update CheckUniques role to use around instead of overrides