Mechanize v0.9.2 Release Notes

Release Date: 2009-03-05 // about 15 years ago
    • 🆕 New Features:

      • Mechanize#submit and Form#submit take arbitrary headers(thanks penguincoder)
    • 🐛 Bug Fixes:

      • Fixed a bug with bad cookie parsing
      • Form::RadioButton#click unchecks other buttons (RF #24159)
      • Fixed problems with Iconv (RF #24190, RF #24192, RF #24043)
      • POST parameters should be CGI escaped
      • Made Content-Type match case insensitive (Thanks Kelly Reynolds)
      • Non-string form parameters work