CHANGES.md in watir-webdriver-0.7.0 vs CHANGES.md in watir-webdriver-0.8.0
- old
+ new
@@ -1,5 +1,14 @@
-### 0.7.0
+### 0.8.0 (2015-06-26)
+
+* Ruby 1.8 is no longer supported. Ruby 1.9 still works, but not supported as well (#327)
+* Ensure `Watir::Element` responds to `data_*` and `aria_*` methods (#333, thanks @daneandersen)
+* Fixed the handling of child elements becoming stale (#321)
+* Performance optimization for nested elements (#321)
+* Support for SVG elements (see `lib/watir-webdriver/elements/svg_elements.rb`)
+* Updated selenium-webdriver to 2.46.2
+
+### 0.7.0 (2015-03-02)
* 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)