From 979418e303da7489502659ad0ecf4b10a4e7b50d Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Mon, 6 Apr 2009 12:40:28 -0400 Subject: [PATCH] History --- History.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/History.txt b/History.txt index 094a540..1aa9f34 100644 --- a/History.txt +++ b/History.txt @@ -2,10 +2,16 @@ * Minor enhancements + * Add support for Rails javascript post links (Mark Menard) * Upgrade selenium-client dependency to 1.2.14, and update for new waiting API (Balint Erdi) * Make selenium process management code more robust and informative * Change default app environment from "selenium" to "test" + +* Bug fixes + + * Don't create a new instance of WWW::Mechanize for each request + (Mark Menard) == 0.4.3 / 2009-03-17