CHANGES.md in watir-webdriver-0.6.5 vs CHANGES.md in watir-webdriver-0.6.6
- old
+ new
@@ -1,4 +1,8 @@
+### 0.6.6 (2014-01-29)
+
+* Fix regression where locating `<button>foo</button>` using (value: /foo/) would fail.
+
### 0.6.5 (2014-01-28)
* Allow :name as locator for any element (#238)
* Make default timeout configurable (Watir.default_timeout, thanks to Justin Ko)
* Fix collission with Timecop. (#228)