From 3a956304a3c704527a42efa2a7309043ab634674 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Mon, 29 Dec 2008 00:38:23 -0500 Subject: [PATCH] History --- History.txt | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/History.txt b/History.txt index ba7fe20..5241e55 100644 --- a/History.txt +++ b/History.txt @@ -1,20 +1,30 @@ +== 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 -* Minor enhancements +* 1 Minor enhancement * Fix compatibility with Nokogiri 1.1.0 on MRI == 0.3.2 / 2008-11-08 -* Minor enhancements +* 1 Minor enhancement * Fixes behavior or have_tag when a block is passed. It passes the matched node(s) to the block for further specs again. (Carl Lerche) == 0.3.1 / 2008-11-07 - * Minor enhancements +* 1 Minor enhancement - * Use @_webrat_session instance variable instead of @session for Merb integration to avoid collisions + * Use @_webrat_session instance variable instead of @session for Merb integration to avoid collisions == 0.3.0 / 2008-11-07