----------------
* Added the secure_form_tag helper module, for generating form tags
including client-specific authorization tokens for preventing CSRF
attacks. Original patch by David Turner. Fixes 157.
* current_url now accepts arguments to pass along to url_for. Fixes 251.
* Updated prototype to 1.5.1.1.
* Added image support to button_to. Patch by Alex Conrad. Fixes 184.
* Fix radio_button and submit_to_remote not handling unicode values.
Fixes 235.
* Added support for the defer attribute to javascript_include_tag. Suggested
by s0undt3ch. Fixes 214.
* Added a distutils command compress_resources, which can combine CSS
and Javascript files, and compress Javascript via ShrinkSafe. Add
"command_packages=webhelpers.commands" in [global] in setup.cfg to
enable this command for your package.