diff --git a/Gemfile.lock b/Gemfile.lock index c61d3dcff..9c9c4fdc1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - capybara (0.4.1.rc) + capybara (0.4.1) celerity (>= 0.7.9) culerity (>= 0.2.4) mime-types (>= 1.16) diff --git a/History.txt b/History.txt index c4938424b..4ebae8abe 100644 --- a/History.txt +++ b/History.txt @@ -32,6 +32,8 @@ Release date: * Fix problems with multiple file inputs [Philip Arndt] * Submit multipart forms as multipart under rack-test even if they contain no files [Ryan Kinderman] * Matchers like has_select? and has_checked_field? now work with dynamically changed values [John Firebaugh] +* Preserve order of rack params +* RackTest#reset! is more thorough # Version 0.4.0 diff --git a/lib/capybara/version.rb b/lib/capybara/version.rb index 186a950c8..d21f23f9e 100644 --- a/lib/capybara/version.rb +++ b/lib/capybara/version.rb @@ -1,3 +1,3 @@ module Capybara - VERSION = '0.4.1.rc' + VERSION = '0.4.1' end