aboutsummaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-12-15 21:07:37 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-12-15 21:07:37 +0000
commit56660d58d88bad188b4289b10faa0959f3381326 (patch)
tree81446076153c98a8686df432673f0ee16bb80940 /Changes
parenta4f3b11acc91b2ce5a9d89a642c80537697f40d0 (diff)
parent26fa3b8aef9774f0ebd25fcbda6297cb263417e9 (diff)
downloadreaction-56660d58d88bad188b4289b10faa0959f3381326.tar.gz
reaction-56660d58d88bad188b4289b10faa0959f3381326.zip
r32222@martha (orig r1250): groditi | 2009-10-22 18:47:11 -0400
ready for merge
Diffstat (limited to 'Changes')
-rw-r--r--Changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes b/Changes
index 5003d80..07d89ae 100644
--- a/Changes
+++ b/Changes
@@ -14,6 +14,9 @@ Revision history for Reaction
- 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