CHANGES.md in watir-6.0.0.beta5 vs CHANGES.md in watir-6.0.0
- old
+ new
@@ -1,8 +1,17 @@
+### 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
+* Support keywords for wait methods
+* `Element#text_field` no longer locates textareas - use `Element#textarea` instead.
+* Use `Process.clock_gettime` when available for waiting (#486)
+
### 6.0.0.beta5 (2016-09-25)
* Elements in collections can now be relocated after going stale
-* Added visible locator to filter out matching elements that are hidden
+* Added visible locator to filter out matching elements that are hidden
* Element not found error messages now include selector information from parent elements
### 6.0.0.beta4 (2016-09-12)
* Deprecate Watir#prefer_css setting