aboutsummaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-12-15 21:07:09 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-12-15 21:07:09 +0000
commitaa15b8c15992caa0b57c5066865b675c5d8587dc (patch)
treef4ca78e432197a294172df8a63f0351d32dc6685 /Changes
parent647af385a1d7e40412752efb61672c80067a302f (diff)
parent66057c3c1af63001383cd73e83c5a8adc94cef97 (diff)
downloadreaction-aa15b8c15992caa0b57c5066865b675c5d8587dc.tar.gz
reaction-aa15b8c15992caa0b57c5066865b675c5d8587dc.zip
r31711@martha (orig r1246): groditi | 2009-10-02 17:01:17 -0400
move redirect_to to a role and deprecate it
Diffstat (limited to 'Changes')
-rw-r--r--Changes1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes b/Changes
index bd40cd9..5003d80 100644
--- a/Changes
+++ b/Changes
@@ -13,6 +13,7 @@ Revision history for Reaction
- 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
0.002000 - 29 Apr 2008
- Update CheckUniques role to use around instead of overrides
- Stop using ACCEPT_CONTEXT, use InstancePerContext instead