From: Kennedy Clark Date: Sat, 28 Feb 2009 16:38:17 +0000 (+0000) Subject: Prep for release X-Git-Tag: v5.8005~200 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=bd8307d21f800e128c712686dbd90052fa28ed13;hp=fbbb908469adb8ac7d9ec2b72df2722587c765e7 Prep for release --- diff --git a/Changes b/Changes index 93cb8ad..254ae59 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ Revision history for Catalyst-Manual -5.7XXX XXX - - Add Chained dispatch starting in BasicCRUD (Part 4) +5.7017 28 Feb 2009 + - Main change = adding Chained dispatch starting in BasicCRUD (Part 4) - Add some "getting started" links to the Catalyst::Manual page - Change FormFu tutorial to not use deprecated methods (Del Merritt) - MoreCatalystBasics - Additional clarification about TTSite @@ -9,9 +9,8 @@ Revision history for Catalyst-Manual - Tutorial::Authorization - Corrects the ACL for "/books/delete" - Additional comments (Del Merritt) - - Tutorial::AdvancedCRUD::FormFu - suggest how the intrepid - user might now proceed, having completed the Tutorial. - (Del Merritt) + - Tutorial::AdvancedCRUD::FormFu - suggest how the intrepid user + might now proceed, having completed the Tutorial. (Del Merritt) - Fix typo in Authorization section (RT #42091) - Fix typo in BasicCRUD (RT #42034) - Resolve outstanding typo and suggestions in MoreCatalystBasics (RT #41491) diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index daa5a10..5df4a86 100644 --- a/lib/Catalyst/Manual.pm +++ b/lib/Catalyst/Manual.pm @@ -67,6 +67,6 @@ L =cut -our $VERSION = '5.7016'; +our $VERSION = '5.7017'; 1;