X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=4a938321ae86eac70fe58fa5a71b50f4abce8c03;hb=4aa6d1df60ed0badf3b74ec4ffc3ce45074c92be;hp=26788b9827dffaa2681c5d5e6337ce61f99257b9;hpb=8c698cacce4df3d8b47193620d26484e2cc022e1;p=catagits%2FCatalyst-Plugin-Scheduler.git diff --git a/Changes b/Changes index 26788b9..4a93832 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,24 @@ Revision history for Perl extension Catalyst::Plugin::Scheduler +0.07 2006-07-17 12:15:00 + - Fix for loading the config with YAML 0.60+ + - Prefer YAML::Syck, with fallback to YAML.pm + +0.06 2006-03-10 10:10:00 + - Added $c->scheduler_state public method to allow users to + build admin screens detailing the current status of every + event, the last time it ran, and the last output or error. + - Store the last runtime and last output from each event for + display in scheduler_state/dump_these. + - Added additional YAML tests. + +0.05 2005-12-29 15:50:00 + - Fixed bug when using @monthly. + +0.04 2005-12-28 15:15:00 + - Added dump_these support to display all event info on the + debug screen. + 0.03 2005-12-15 16:00:00 - Fixed yaml_file option.