From 21aef012222071d0362a7bef03ea10e01f96d1e6 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sat, 17 Jan 2009 12:47:24 -0500 Subject: [PATCH] Merge history for 0.3.X releases into trunk --- History.txt | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 1937bf8..1fc61a3 100644 --- a/History.txt +++ b/History.txt @@ -83,7 +83,23 @@ * Treat text and regexp when matching Selenium buttons (Ross Kaffenberger) * Allow SeleniumSession's click_button to be called without an argument without blowing up (Luke Melia) - + +== 0.3.4 / 2008-12-29 + +* 1 Minor enhancement + + * Fix compatibility with Nokogiri 1.1.0 on JRuby + +* 1 Bug fix + + * Correct version for Nokogiri dependency in gem + +== 0.3.3 / 2008-12-28 + +* 1 Minor enhancement + + * Fix compatibility with Nokogiri 1.1.0 on MRI + == 0.3.2 / 2008-11-08 * 1 Minor enhancement