Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Update NEWS for HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoran committed Dec 7, 2012
1 parent 5e25b0a commit 808e23a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions NEWS.md
@@ -1,3 +1,18 @@
New for HEAD:

* URL blacklist support.
* Various fixes for JavaScript console messages.
* Various compilation fixes.
* Fix status code and headers commands for iframes.
* Capybara 2.0 compatibility.
* Driver#render replaced by Session#save_screenshot.
* Driver#source and Driver#body return the HTML representation of the DOM. Unsupported content is returned as plain text.
* HTML5 multi-file upload support.
* Driver#url and Driver#requested_url removed.
* JavaScipt console messages and alerts are now written to the logger instead of directly to stdout.
* Dropped support for Qt 4.7.
* Fix deadlocks encountered during page load.

New for 0.13.0: New for 0.13.0:


* Better detect page load success, and better handle load failures. * Better detect page load success, and better handle load failures.
Expand Down

0 comments on commit 808e23a

Please sign in to comment.