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