X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=c0da9be39f2ca4975609a91a4714495a32f32e09;hp=1c8e5a0cd74bf77f293929eec31254babcb58b47;hb=2aa2f26a0358597acc55fff7c8e79547ce3da26a;hpb=41bf18c572895adbf3ef300b6e54c1d5c1f096a5 diff --git a/Changes b/Changes index 1c8e5a0..c0da9be 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,24 @@ # This file documents the revision history for Perl extension Catalyst. +5.90070 - 2014-08-07 + - Retagged previous release as stable; no changes + +5.90069_004 + - Fixed typo in middleware stash that was causing older Perls to fail + certain tests. No other changes. + +5.90069_003 + - The default log level is now 'info', not 'debug'. + - Finished merging all the encoding plugin code to core code. The encoding + plugin is now just an empty package. Also tried to improve encoding docs + a bit. + - Some additional changes to the stash middleware that should not break + anything new. + - Documentation around using Sendfile type http headers with a filehandle + type response. + - Merged from master branch to pick up some additional fixes and documentation + improvements. + 5.90069_002 - Catalyst stash functionality has been moved to Middleware. It should work entirely the same when used as a context method, please report