CHANGES.md in watir-webdriver-0.6.11 vs CHANGES.md in watir-webdriver-0.7.0

- old
+ new

@@ -1,4 +1,21 @@ +### 0.7.0 + +* Allow finding all elements with prefer_css +* Add support for yard-doctest (#287) +* Update from HTML spec (#296) +* Support tag_name call on Frames and IFrames (#293 & #294) +* Increased performance by caching elements by default where possible (#307) +* Improved handling of elements that go stale during lookup (#291, thanks @titusfortner) +* Fix element location issues when switching between IFrames (#286, thanks @titusfortner) +* Fix creation of an IFrameCollection based on selector (#299, thanks @titusfortner) +* Fix window handling with closed windows (#290 & 282, thanks @titusfortner) +* Prevent running checkers on a closed window (#283, thanks @titusfortner) +* Allow taking actions without triggering run checkers (#283, thanks @titusfortner) +* Fix bug when ElementCollection#[] returns existing elements for non-existing selector (#309) +* Fix bug when Wait would never execute block with 0 timeout (#312) +* Fix race condition with IFrameCollection#to_a (#317) + ### 0.6.11 (2014-09-23) * Fix namespacing issue (#265, thanks @titusfortner) * Fix handling of elements that go stale during lookup (#271, thanks @titusfortner)