CHANGES.md in watir-6.0.0 vs CHANGES.md in watir-6.0.1
- old
+ new
@@ -1,4 +1,8 @@
+### 6.0.1 (2016-11-09)
+
+* Fix bug for `Browser#wait_until` and `wait_while` to allow ordered arguments
+
### 6.0.0 (2016-11-08)
* Add `#Watir#relaxed_locate` to enable automatic waiting for elements to be ready for a specified action
* Remove `when_present` method
* Update `wait_until` and `wait_while` to return `self` to allow chaining