aboutsummaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-09-25 18:51:47 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-09-25 18:51:47 +0000
commit730673c65f90d99322d641f7bb2783c5bb93c291 (patch)
treefa0941f8906305e046965477d8d2ae82c8bda29c /Changes
parent931cbc8d6673ec352b369ae2f70f01ff96b4f507 (diff)
downloadreaction-730673c65f90d99322d641f7bb2783c5bb93c291.tar.gz
reaction-730673c65f90d99322d641f7bb2783c5bb93c291.zip
work arounds not necessary with newest MethodAttributes release (0.18)
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index e2e42f2..bd40cd9 100644
--- a/Changes
+++ b/Changes
@@ -11,6 +11,8 @@ 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
0.002000 - 29 Apr 2008
- Update CheckUniques role to use around instead of overrides
- Stop using ACCEPT_CONTEXT, use InstancePerContext instead