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