update Changes
[catagits/Catalyst-Plugin-Scheduler.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::Scheduler
2
3 0.07    2006-07-17 12:15:00
4         - Fix for loading the config with YAML 0.60+
5         - Prefer YAML::Syck, with fallback to YAML.pm
6
7 0.06    2006-03-10 10:10:00
8         - Added $c->scheduler_state public method to allow users to
9           build admin screens detailing the current status of every
10           event, the last time it ran, and the last output or error.
11         - Store the last runtime and last output from each event for
12           display in scheduler_state/dump_these.
13         - Added additional YAML tests.
14
15 0.05    2005-12-29 15:50:00
16         - Fixed bug when using @monthly.
17
18 0.04    2005-12-28 15:15:00
19         - Added dump_these support to display all event info on the
20           debug screen.
21
22 0.03    2005-12-15 16:00:00
23         - Fixed yaml_file option.
24
25 0.02    2005-12-15 15:40:00
26         - Fixed pod coverage.
27         - Hide timezone warning unless logging is enabled.
28         - Hide expected errors during test 4.
29
30 0.01    2005-12-15 15:30:00
31         - initial release