X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=Changes;h=dff3e14346e908779404178c0bf793ae271b9103;hp=c2c50c516cbbdf0dea194d4309892a7d738622e3;hb=1c4fecdf2d541f6da06fad95fe0b6f23f31e4b35;hpb=9c2312e69864d295baabf3c0ed78514dda1e826e diff --git a/Changes b/Changes index c2c50c5..dff3e14 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,27 @@ Revision history for Catalyst-Manual +5.8008 2 Aug 2011 + - Tutorial chaper 3 + - Remove note about hacking tests to require MyApp so that MyApp->path_to + works. Application components should compile independently, and + therefore explain this and show configuring components from the + app class. + + - Tutorial appendix + - Fix confusing mix of singular and plural table names in the MySQL + section to be plural, as per the rest of the tutorial. + + - Cookbook + - Remove suggestion to generate RSS feeds using Template Toolkit. + This is a horrible idea, and it's very very easy to generate an + invalid feed. + +5.8007 29 Feb 2011 + - Tutorial + - Switch to use of DBIx::Class::PassphraseColumn for hashed & salted + passwords. It's much more flexible than the previously used + DBIx::Class::EncodedColumn. + 5.8006 29 Feb 2011 - Fix metadata to refer to the new git repository - Cookbook