CHANGES.md in watir-webdriver-0.6.9 vs CHANGES.md in watir-webdriver-0.6.10
- old
+ new
@@ -1,4 +1,9 @@
+### 0.6.10 (2014-06-10)
+
+* Changed the way attributes are generated and documented (see #28 and #215)
+* Improved error message for read only elements (see #256)
+
### 0.6.9 (2014-04-13)
* `Watir::Wait` timer can be re-implemented now (see #242)
* Added `Watir::Cookies#[]` to retrieve cookie by name (see #251, thanks @mattparlane)
* Added `Watir::Element#outer_html` (aliased to `#html`) (thanks @aderyabin)