diff --git a/History.txt b/History.txt index fc76b76c..b5cdf645 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,13 @@ +== 0.7.4 / 2011-11-19 + +* Minor enhancements + + * parse XML as XML instead of as HTML + * handle controller redirects correctly (Daniel Libanori) + * work with rspec it { should blah } examples (Dmytrii Nagirniak) + * compatibility with Launchy 2.0 (Jeremy Hinegardner) + * add follow_redirect! (José Valim) + == 0.7.3 / 2011-01-01 * Minor enhancements diff --git a/webrat.gemspec b/webrat.gemspec index 0186b0df..eecdfdb9 100644 --- a/webrat.gemspec +++ b/webrat.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = %q{webrat} - s.version = "0.7.3" + s.version = "0.7.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Bryan Helmkamp"]