X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=541f876416229907f443200e76269d533c985907;hb=4f96d61ccf40febbf2f80a376cd3ec7b456c699c;hp=08bc0c5fd59a4651b397946b3eb5bab6a8bf4b54;hpb=3e6ee0205d872d8b65ffab789172b4cf93870c01;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 08bc0c5..541f876 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,37 @@ # This file documents the revision history for Perl extension Catalyst. +5.90072 - 2014-09-15 + - In the case where you call $c->req->param(undef), warn with a more useful + warning (now gives the line of your code that called param with the undef, + so you can go to hunt it out. + +5.90071 - 2014-08-10 + - Travis config now performs basic reverse dependency testing. + - Restored deprecated 'env' code in Engine.pm b/c it is still being used out + in the wild (Catalyst-Plugin-Authentication-0.10023) - (removed in 5.90070) + - Reverted changes to debug log/handling (5.90069_003) to fix + rev dep Catalyst-Plugin-Static-Simple-0.32 test suite. + - Added italian translation of default error. + +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 @@ -15,11 +47,14 @@ existing log and report other errors in the error stack. 5.90069_001 + - Set encoding on STDERR when encoding is set in config + - documentation and test fixes + +5.90065 - 2014-06-04 - The Catalyst::Log object now has 'autoflush' (which defaults to true) and causes log messages to be written out in real-time. This is helpful for the test/dev server to be able to see messages during startup as well as before the end of the request when the log is flushed. - - Set encoding on STDERR when encoding is set in config - Fix spelling, grammar and structural errors in POD - Remove redundant ->setup call in t/head_middleware.t RT#95361 - Fix test failures when running under CATALYST_DEBUG. RT#95358