Skip to content

Commit

Permalink
Added History for 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Jun 29, 2010
1 parent 9dad4fe commit a1a13d0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions History.txt
@@ -1,3 +1,23 @@
# Version 0.3.9

Release data: 2010-06-30

### Added

* status_code which returns the HTTP status code of the last response (no Selenium!)
* Capybara.save_and_open_page to store tempfiles

### Fixed

* When no rack app is set and the app is called, a more descriptive error is raised
* select now works with optgroups
* Don't submit image buttons unless they were clicked under rack-test
* Support custom field types under Selenium
* Support input fields without a type, treat them as though they were text fields
* Redirect now throws an error after 5 redirects, as per RFC
* Selenium now properly raises an error when Node#trigger is called
* Node#value now returns the correct value for textareas under rack-test

# Version 0.3.8

Release date: 2010-05-12
Expand Down

0 comments on commit a1a13d0

Please sign in to comment.