CHANGES.md in watir-6.8.0 vs CHANGES.md in watir-6.8.1
- old
+ new
@@ -1,4 +1,9 @@
+### 6.8.1 (2017-09-05)
+
+* Ignore index locator when value is zero
+* Fix bug with `Select#select!` doing partial string matches
+
### 6.8.0 (2017-08-28)
* Add AfterHook executions to additional methods that can change DOM
* Deprecate `Select#select_value` in favor of `Select#select`
* Implement `Element` `#click!`, `#double_click!` & `#set!` with JavaScript