Catalyst::Devel - add pidfile option to _server.pl
[catagits/Catalyst-Devel.git] / Changes
diff --git a/Changes b/Changes
index 75c5d82..9b4d03b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,12 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
-0.11    2009-04-22 19:02
+        - add [-pidfile|-p] option for myapp_server.pl (caelum)
+        - kill C3 warning on 5.10, add resources to META.yml (caelum)
+
+1.12    2009-04-26 15:42
+        - Remove the deprecated BindLex from the _create.pl help message (rafl)
+
+1.11    2009-04-22 19:02
         - 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)