CHANGES.md in watir-webdriver-0.6.7 vs CHANGES.md in watir-webdriver-0.6.8

- old
+ new

@@ -1,4 +1,13 @@ +### 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) + +### 0.6.7 (2014-02-04) + +* Revert wait/timeout bug introduced in 0.6.5 to fix #228. + ### 0.6.6 (2014-01-29) * Fix regression where locating `<button>foo</button>` using (value: /foo/) would fail. ### 0.6.5 (2014-01-28)