Document --proc_title in generated fcgi script
[catagits/Catalyst-Devel.git] / Changes
diff --git a/Changes b/Changes
index 9485a4b..612da45 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+        - Add documentation for the --proc_title option to the generated
+          fastcgi scripts
+        - Don't bother with the BEGIN { use_ok dance for created tests
+          - the test will fail to compile (and ergo fail) using just use,
+          and that's less typing (and less copy-pasting)
+        - Split method for creating tests into multiple methods to allow
+          subclasses to override the generation of some tests.
         - Allow the author to be defined in the call to ->new to help things
           which want to call Catalyst::Helper programatically.
         - Remove $VERSION = eval $VERSION handwave in generated code as: