updated changes
John Napiorkowski [Wed, 23 Oct 2013 19:08:24 +0000 (14:08 -0500)]
Changes

diff --git a/Changes b/Changes
index 8679020..6e13161 100644 (file)
--- 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',