released subrequest
[catagits/Catalyst-Plugin-SubRequest.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::SubRequest
2
3 0.12  2007-09-12 13:08:00 CET
4         - Switch to Module::Install
5         - Fixed README (RT #16459)
6
7 0.11  2007-04-03 14:13:00
8         - $c->req->params restored after sub_request
9
10 0.10  2005-12-08 13:15:00  
11         - Updated test suite to work with new catalyst.
12
13 0.09  2005-10-28 01:07:00 
14         - localize body rather than output, which is an alias
15
16 0.08  2005-12-10 01:34:00 
17             - patch to handle NEXT trouble.
18
19 0.07  2005-08-01 12:08:00 
20         - reset path.
21         - allow passing params.
22
23 0.06  2005-06-08 20:27:00 
24         - Flush params as well
25         - allow stuff to be passed to the stash
26
27 0.05  2005-03-19 20:27:00 
28         - Added a log message in debug mode.
29
30 0.04  2005-03-19 20:27:00
31         - Updated forward to cat5 style
32         - Using Catalyst::Dispatch::dispatch instead of forward.
33
34 0.03  2005-03-19 20:27:00
35         - Fixed documentation.
36
37 0.02  2005-03-19 10:32:00
38         - Ooops, missed MANIFEST
39
40 0.01  2005-03-05 22:00:00
41         - first release