From 6836115308e6fa625822b2c7a23ffc2df8aed1e6 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sun, 25 Jan 2009 19:45:58 -0500 Subject: [PATCH] History --- History.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index 0e07a0f..82211cb 100644 --- a/History.txt +++ b/History.txt @@ -2,13 +2,13 @@ * Minor enhancements - * have_tag and the corresponding asserts work outside of merb, including selenium mode. (Amos King) * Support Sinatra 0.9 (Harry Vangberg) * Update query param parsing to work with latest Edge Rails * Bug fixes - * rescue from Webrat::TimeoutError in selenium matchers which allows NegativeMatchers to behave correctly (Noah Davis) + * rescue from Webrat::TimeoutError in selenium matchers which allows NegativeMatchers + to behave correctly (Noah Davis) * Switch to using selenium.click instead of .check when checking a checkbox (Noah Davis) * Create tmp/pids directory if directory does not exist. (Amos King and Mike Gaffney)