CHANGES.md in watir-6.6.0 vs CHANGES.md in watir-6.6.1
- old
+ new
@@ -1,4 +1,8 @@
+### 6.6.1 (2017-08-07)
+
+* Support initializing browser with Selenium Options class (#606)
+
### 6.6.0 (2017-08-02)
* Implement `Select#select_all` for selecting multiple options in select list
* Deprecate `Select#select` for selecting multiple options in a list
* Implement `ElementCollection#empty?` and `ElementCollection#locate?`