From: Marcus Ramberg Date: Thu, 26 Jun 2008 06:48:13 +0000 (+0000) Subject: Add go to changes X-Git-Tag: 5.7099_04~57 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=16ba08647e2a791a7d6959ede047e713263019a2 Add go to changes --- diff --git a/Changes b/Changes index 004e112..72fab69 100644 --- a/Changes +++ b/Changes @@ -16,6 +16,8 @@ - Fix Catalyst::Utils::home() when application .pm is in the current dir (RT #34437) - Added the ability to remove parameters in req->uri_with() by passing in an undef value (RT #34782) + - Added $c->go, to do an internal redispatch to another action, while retaining the + contents of the stash 5.7014 2008-05-25 15:26:00 - Addition of .conf in restart regex in Catalyst::Engine::HTTP::Restarter::Watcher