X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=67ea1770dba87123b7b59e6d3d64b6e6b76272dd;hb=4a7fb2bb079028e197412336abb4a856cbacd6fb;hp=b149b5ddd68a1e99bc7306897f983370a84e5a87;hpb=24e6a237112fbbd4ab37bce0060e6cfe18adcb83;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index b149b5d..67ea177 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ # This file documents the revision history for Perl extension Catalyst. + - Add a clearer method on request and response _context + attributes, and use if from ::Engine rather than deleting + the key from the instance hash (t0m) + - Use handles on tree attribute of Catalyst::Stats to replace + trivial delegation methods (t0m) + - Change the following direct hash accesses into attributes: + Catalyst::Engine: _prepared_write + Catalyst::Engine::CGI: _header_buf + Catalyst::Engine::HTTP: options, _keepalive, _write_error + Catalyst::Request: _path + Catalyst::Request::Upload: basename + Catalyst::Stats: tree + (t0m) - Fix issues in Catalyst::Controller::WrapCGI and any other components which import (or define) their own meta method by always explicitly calling