From 71a281066e75c84c75aa6aad6eaa3e327552e714 Mon Sep 17 00:00:00 2001 From: Damian Janowski Date: Fri, 23 Apr 2010 13:09:05 -0300 Subject: [PATCH] Update changelog. --- History.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/History.txt b/History.txt index 7cec49dc..5128b127 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