|
Notes:
= Mechanize Release Notes
== 0.4.7
This release of mechanize comes with a few bug fixes including fixing a
bug when there is no action specified in a form.
In this version, a default user agent string is now set for mechanize. Also
a convenience method WWW::Mechanize#get_file has been added for fetching
non text/html files.
Changes:
== 0.4.7
* Fixed bug with no action in forms. Thanks to Adam Wiggins
* Setting a default user-agent string
* Added house cleaning to the cookie jar so expired cookies don't stick around.
* Added new method WWW::Form#field to find the first field with a given name.
(thanks to Gregory Brown)
* Added WWW::Mechanize#get_file for fetching non text/html files
|