diff --git a/History.txt b/History.txt index 7cec49d..5128b12 100644 --- a/History.txt +++ b/History.txt @@ -5,6 +5,14 @@ * Move verbose selenium output that can clutter build output behind setting * Added application_port_for_selenium to webrat configuration. The use case is when you want to test through a web server sitting in front of your application server. (Luke Melia) * New webrat configuration option selenium_firefox_profile which is passed to selenium server + * Allow submit_form to select by CSS too (Damian Janowski) + +* Bug fixes + + * Fix that current_url wasn't reflecting redirects in Mechanize [#332] (Emrys Ingersoll) + * Fix attach_file with nested params [#341] (Álvaro Gil) + * Fix that a 304 was considered a redirect (Larry Marburger) + * Fix selection of LABEL elements in Selenium mode under IE [#317] (Damian Janowski, Noah Davis) == 0.7.0 / 2010-01-17