aboutsummaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changes b/Changes
index e2e42f2..07d89ae 100644
--- a/Changes
+++ b/Changes
@@ -11,6 +11,12 @@ Revision history for Reaction
- 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
+ - Deprecate redirect_to and move it to an external role
+ - Controllers no longer 'use Reaction::Class' which was causing
+ problems with metaclass compatibility. 'use Moose' is now the
+ preferred approach.
0.002000 - 29 Apr 2008
- Update CheckUniques role to use around instead of overrides
- Stop using ACCEPT_CONTEXT, use InstancePerContext instead