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