From: Kennedy Clark Date: Thu, 28 May 2009 12:40:45 +0000 (+0000) Subject: Fix minor typo X-Git-Tag: v5.8005~126 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=b8144707038d4cb637f796f193b5a3eb6e05a4d9;hp=683b9ce1b4cf4115a26e7cc9ee31a3e146641ca0 Fix minor typo --- diff --git a/Changes b/Changes index 59ef7de..ee5e92a 100644 --- a/Changes +++ b/Changes @@ -18,8 +18,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