Jesse fixed some typos in the new Intro.pod
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
2
34.00 Sun Feb 27 22:00:00 2005
4 - more verbose debug messages, especially for forward()
5 - implemented prefixed prvate actions, icluding built in
6 !?default, !?begin and !?end
7 - new Catalyst::Manual::Intro
8 - new helpers, bin/catalyst
9 - helper api
10
113.11 Wed Feb 23 21:00:00 2005
12 - added dependency to UNIVERSAL::require (Marcus Ramberg)
13 - added a little workaround for a warning in Catalyst::Test
14 (Marcus Ramberg)
15 - improved documentation for actions
16
173.10 Thu Feb 19 20:00:00 2005
18 - removed roles management from Catalyst::Engine
19 and added it to Catalyst::Plugin::Authentication::CDBI
20
213.04 Thu Feb 17 21:00:00 2005
22 - error reporting for app class
23 - no more engine debug messages
24 - class->method forwards get resolved now
25
263.03 Wed Feb 16 23:00:00 2005
27 - friendlier statistics
28
293.02 Wed Feb 16 22:00:00 2005
30 - fixed unintialized actions (Marcus Ramberg)
31
323.01 Wed Feb 16 20:30:00 2005
33 - better statistics
34
353.00 Wed Feb 16 20:00:00 2005
36 - real version number for CPAN.pm
37 - fixed redirect in CGI engine
38 - more statistics in debug logs
39 - ? prefix for forward()
40
412.99_15 Wed Feb 02 22:00:00 2005
42 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
43 - Replaced "Catched" with "Caught" in Catalyst::Engine
44 (Gary Ashton Jones)
45 - replaced _ with ! for private actions
46 - added ? for prefixed actions
47 - misc improvememts
48
492.99_14 Mon Jan 31 22:00:00 2005
50 - arguments for _default
51 - $c->entrance removed for more flexibility
52 - added $c->req->method
53
542.99_13 Sun Jan 30 18:00:00 2005
55 - POD fixes and improvements
56
572.99_12 Fri Jan 28 22:00:00 2005
58 - first development release