X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=Changes;h=b1e6ae3096b05553066858b0d918d9e28cc04195;hp=fe2d92976270d11af65c920c97627972c06bf7a2;hb=20a4dd982ca1bf65d8ec9b197de411b8f97ae45d;hpb=aa0e9d8fbc522a911a6f780fe929da99697ff631 diff --git a/Changes b/Changes index fe2d929..b1e6ae3 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,16 @@ Revision history for Catalyst-Manual -5.701X XXXXX + - Change use of Class::C3 to MRO::Compat, as rafl tells me + this is best practice, and gives you native next::method in + 5.10. (t0m) + +5.7014 04 Nov 2008 + - Remove a reference to a FOREACH loop that did not exist (RT #39046) + - Changed some Template Toolkit links to perldoc links (RT #38354) - Fix Template Toolkit website link (RT #37574) + - Fix part numbering (RT #37963) + - Improvements to the ACCEPT_CONTEXT docs in Manual::Intro + - Happy Election Day, America! 5.7013 09 Jul 2008 - revert to use Catalyst qw/@plugins/ style