# This file documents the revision history for Perl extension Catalyst::Model::Formhandler.
0.002 - 2015-05-03
- When calling the model for the second and more times after creating it,
pass any args (if any) to ->process.
- When calling for the model you may now use a single first positioned argument
to set the item or item_id, to cover a common use case.
- Allow you to control if we use Request->body_data or Request->body_parameters
when accessing POSTed data.
- Allow you to disable form auto process of request body globally.
0.001 - 2015-04-22
- First Release