instructions on how to read the tutorial
[catagits/Catalyst-Manual.git] / Changes
diff --git a/Changes b/Changes
index 7b5b137..840d90b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,12 +1,21 @@
 Revision history for Catalyst-Manual
 
+        - Tutorial
+            - Fix RT #46760
+            - Fix RT #46618
+            - Fix typos
+
+5.8000 27 May 2009
         - Tutorial:
             - Update for Catalyst 5.80
             - Update to "depluralize" the database names (big thanks to Kiffin Gish!)
             - Switch back to including numbers in chapter names (for proper sorting)
             - Add section to Ch 4: "Moving Complicated View Code to the Model"
             - Add section to Ch 3: "RenderView's 'dump_info' Feature"
+            - Misc fixes and updates (thanks to Anne Wainwright)
         - Other:
+            - Add some 5.8 and Moose-specific material to the new CatalystAndMoose.pod
+                (thanks to t0m and Sebastian Willert)
 
 5.7021  8 May 2009
         - Tutorial:
@@ -14,8 +23,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