Catalyst prereq changed to 5.80. Thanks, kold!
[catagits/Catalyst-Devel.git] / Changes
diff --git a/Changes b/Changes
index 5e86d64..1175083 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,17 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
-1.14_01   2009-05-11 03:45
+1.16    2009-05-13 20:43
+        - Catalyst prereq changed to 5.80. Thanks, kold! (jhannah)
+
+1.15    2009-05-13 20:02
+        - Remove -p option for pid file, and restore it to the port number,
+          as it should be -port|-p (t0m)
+        - Document -pidfile in myapp_server.pl POD (t0m)
+
+1.14_02 2009-05-11 04:29
+        - Small changes to work with File::ChangeNotify 0.03.
+
+1.14_01 2009-05-11 03:45
         - This release moves the restarter functionality into a new
           module Catalyst::Restarter, that is not a Catalyst Engine
           subclass.
@@ -21,7 +32,6 @@ This file documents the revision history for Perl extension Catalyst-Devel.
           file watcher that uses inotify on Linux systems, and a
           default fallback class that does everything in pure Perl.
 
-
 1.13    2009-05-11 02:50
         - add [-pidfile|-p] option for myapp_server.pl (caelum)
         - Bump dependency on Config::General (caelum)