From: John Napiorkowski Date: Wed, 23 Oct 2013 19:08:24 +0000 (-0500) Subject: updated changes X-Git-Tag: 5.90050~1^2~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=ba1734df24218f0a9b7351e4b3cf67ac9d0814b5 updated changes --- diff --git a/Changes b/Changes index 8679020..6e13161 100644 --- a/Changes +++ b/Changes @@ -6,7 +6,9 @@ to create actions that only handle certain content type POST or PUT, such as actions that only handle JSON or actions that only understand classic HTML forms. - - TODO: body_data should slurp classic formdata + - NEW FEATURE: Request->body_data is now also populated from classic HTML + Forms using CGI::Struct to support nested data. For non nested data you + should use the classic ->body_parameters method. - 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',