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