Fix pod typo (RT #47434)
[catagits/Catalyst-Plugin-Scheduler.git] / Changes
diff --git a/Changes b/Changes
index 249434d..704f960 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,28 @@
 Revision history for Perl extension Catalyst::Plugin::Scheduler
 
+0.10    TO BE RELEASED
+        - Fix warnings in test suite (BRICAS)
+        - Switch to Module::Install (BRICAS)
+        - Fix pod typo (RT #47434)
+
+0.09    2009-05-07 09:15:00
+        - Change from NEXT to MRO::Compat. (agladdish)
+
+0.08    2008-01-12 11:00:00
+        - Clear existing state file during startup. (hovenko)
+
+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.