CHANGES.md in watir-webdriver-0.6.8 vs CHANGES.md in watir-webdriver-0.6.9
- old
+ new
@@ -1,4 +1,11 @@
+### 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)
+* Added `Watir::Element#inner_html` (thanks @aderyabin)
+
### 0.6.8 (2014-02-20)
* `:css` selector can now be used with `:index` (fixes #241)
* `:css` selector can now be used on all container methods (fixes #124)