updated Intro.pod
[catagits/Catalyst-Runtime.git] / Changes
1 This file documents the revision history for Perl extension Catalyst.
2
3 4.11  Wed Mar 02 11:00:00 2005
4         - removed some warnings
5         - improved docs
6         - private prefixed actions override private non prefixed actions
7         - added server_base
8         - updated Catalyst::Manual::Intro
9
10 4.10  Wed Mar 02 10:00:00 2005
11         - improved documentation
12         - fixed upload bug
13         - fixed prefixed private actions bug
14         - fixed more little bugs
15
16 4.01  Tue Mar 01 10:00:00 2005
17         - improved documentation
18         - documentation fixes (Johan Lindstrom)
19
20 4.00  Sun Feb 27 22:00:00 2005
21         - more verbose debug messages, especially for forward()
22         - implemented prefixed prvate actions, icluding built in
23           !?default, !?begin and !?end
24         - new Catalyst::Manual::Intro
25         - new helpers, bin/catalyst
26         - helper api
27
28 3.11  Wed Feb 23 21:00:00 2005
29         - added dependency to UNIVERSAL::require (Marcus Ramberg)
30         - added a little workaround for a warning in Catalyst::Test
31           (Marcus Ramberg)
32         - improved documentation for actions
33
34 3.10  Thu Feb 19 20:00:00 2005
35         - removed roles management from Catalyst::Engine
36           and added it to Catalyst::Plugin::Authentication::CDBI
37
38 3.04  Thu Feb 17 21:00:00 2005
39         - error reporting for app class
40         - no more engine debug messages
41         - class->method forwards get resolved now
42
43 3.03  Wed Feb 16 23:00:00 2005
44         - friendlier statistics
45
46 3.02  Wed Feb 16 22:00:00 2005
47         - fixed unintialized actions (Marcus Ramberg)
48
49 3.01  Wed Feb 16 20:30:00 2005
50         - better statistics
51
52 3.00  Wed Feb 16 20:00:00 2005
53         - real version number for CPAN.pm
54         - fixed redirect in CGI engine
55         - more statistics in debug logs
56         - ? prefix for forward()
57
58 2.99_15  Wed Feb 02 22:00:00 2005
59         - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
60         - Replaced "Catched" with "Caught" in Catalyst::Engine
61           (Gary Ashton Jones)
62         - replaced _ with ! for private actions
63         - added ? for prefixed actions
64         - misc improvememts
65
66 2.99_14  Mon Jan 31 22:00:00 2005
67         - arguments for _default
68         - $c->entrance removed for more flexibility
69         - added $c->req->method
70
71 2.99_13  Sun Jan 30 18:00:00 2005
72         - POD fixes and improvements
73
74 2.99_12  Fri Jan 28 22:00:00 2005
75         - first development release