CHANGES.md in watir-6.8.2 vs CHANGES.md in watir-6.8.3
- old
+ new
@@ -1,13 +1,17 @@
+### 6.8.3 (2017-09-07)
+
+* Fix bug with non-interactable elements not being waited on (#636)
+
### 6.8.2 (2017-09-06)
* Fix bug to prevent after_hooks from running when an alert is present
* Fix bug with actions not correctly timing out (#636)
### 6.8.1 (2017-09-05)
* Ignore index locator when value is zero
-* Fix bug with `Select#select!` doing partial string matches
+* Fix bug with `Select#select!` doing partial string matches (thanks Justin Ko )
### 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`