X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=867902084391ac50b04445a491f72024ddab5e1c;hp=772305341107dc880179abf9c7f19774f76ab1e2;hb=f152ae23b886a4f0bcfaeaf401ea2bf71cd30ab1;hpb=efba3342e7c14be407683c876adcda8684b564d5 diff --git a/Changes b/Changes index 7723053..8679020 100644 --- a/Changes +++ b/Changes @@ -7,7 +7,11 @@ as actions that only handle JSON or actions that only understand classic HTML forms. - TODO: body_data should slurp classic formdata - - TODO: remove non public Plack::Request $env keys added in previous release + - Removed PSGI $env keys that are added on the 'plack.request.*' namespace + since after discussion it was clear those keys are not part of the public + API. Keys removed: 'plack.request.query', 'plack.request.body', + 'plack.request.merged' and 'plack.request.http.body'. Altered some test + cases to reflect this change. 5.90049_004 - 2013-10-18 - JSON Data handler looks for both JSON::MaybeXS and JSON, and uses