Skip to content

Commit

Permalink
tagged 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Jan 21, 2011
1 parent cb502cb commit e9e5829
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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)
Expand Down
2 changes: 2 additions & 0 deletions History.txt
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/version.rb
@@ -1,3 +1,3 @@
module Capybara
VERSION = '0.4.1.rc'
VERSION = '0.4.1'
end

0 comments on commit e9e5829

Please sign in to comment.