C::D - update Changes
[catagits/Catalyst-Devel.git] / Changes
diff --git a/Changes b/Changes
index 7c6f010..5a78b0d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,24 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
-1.09    2008-07-13 18:000
+
+        - Add check for "Unknown error" bug (caelum)
+        - Change generated scripts to use /usr/bin/env perl if /usr/bin/env
+          exists, otherwise fall back to the current perl binary. (t0m)
+        - Fix getopt spec in generated scripts to match docs (rjbs)
+        - Additional documentation (ash)
+        - Informational message after an application is created (kd)
+
+1.10    2009-02-05 15:04
+        - fix a bug in created helper scripts that prevened them working (rjbs)
+
+1.09    2009-02-04 23:57
+        - Add Sebastian's PROJECT FOUNDER note to Devel.pm as requested
+        - Fix warning when devel is not installed.
+
+1.09    2009-02-04 23:57
+        - Add Sebastian's PROJECT FOUNDER note to Devel.pm as requested
+        - Fix warning when devel is not installed.
+        
+1.08    2008-07-13 18:00
         - Revert to use Catalyst qw/@plugins/
         - Require Config::General instead of YAML