X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=Changes;h=8c862c161ae0ca8a04503cc454caecfa484b0d83;hp=61108ba9f00977faf5f9b17dbb855e621bd83111;hb=acbd7bddabb7f0d62f0e031e21d440a0ae496d6d;hpb=c5d94181a3ea5ce8c06b9c33c11954d8514eb120 diff --git a/Changes b/Changes index 61108ba..8c862c1 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,18 @@ Revision history for Catalyst-Manual +5.7XXX XXXXXX + - Add a new section to BasicCRUD covering more advanced features of + DBIC ("EXPLORING THE POWER OF DBIC") + - Convert from Ubuntu to Debian 5 live CD as the recommended way to do + the tutorial (all code and examples updated and tested to match) + - Removed Catalyst::Plugin::Authorization::ACL from Authorization.pod + in favor of a "chained and model-based" approach + - More conversion to Chained dispatch + - Lots of other small adjustments + 5.7018 2 Mar 2009 - - Suggestions and fixes with thanks to Murray Walker + - Suggestions and fixes with thanks to mintywalker@gmail.com + - DBIC-related updates in MoreCatalystBasics - Fix misplaced "=over 4" in previous release - Reword warning about not using GET for delete based on input from kd - A few minor updates and fixes