From: Kennedy Clark Date: Wed, 27 May 2009 23:24:36 +0000 (+0000) Subject: Prep for release X-Git-Tag: v5.8005~130 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=339313c8cee031f623c19372c82cf7bb35e37ac9 Prep for release --- diff --git a/Changes b/Changes index 7b5b137..59ef7de 100644 --- a/Changes +++ b/Changes @@ -1,12 +1,16 @@ Revision history for Catalyst-Manual +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: diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index a065adc..210c041 100644 --- a/lib/Catalyst/Manual.pm +++ b/lib/Catalyst/Manual.pm @@ -6,7 +6,7 @@ package Catalyst::Manual; use strict; use warnings; -our $VERSION = '5.8001'; +our $VERSION = '5.8000'; =head1 NAME