fix typo for cat-install script
[catagits/Catalyst-Manual.git] / Changes
diff --git a/Changes b/Changes
index 59ef7de..5e4f692 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Catalyst-Manual
 
+        - Tutorial
+            - Fix RT #46618
+            - Fix typos
+
 5.8000 27 May 2009
         - Tutorial:
             - Update for Catalyst 5.80
@@ -18,8 +22,8 @@ Revision history for Catalyst-Manual
             - Switch to use of DBIx::Class::EncodedColumn for hashed & salted passwords
             - Re-write PostgreSQL section in appendix
             - Remove "create=dynamic" and only cover "create=static" for DBIC helper
-            - Rewrite / clean up a big chunk of Catalyst::Manual::Intro (Ian Wells)
         - Other:
+            - Rewrite / clean up a big chunk of Catalyst::Manual::Intro (Ian Wells)
             - There is no Catalyst::Config, fix reference to it. (t0m)
             - Misc minor adjustments