CHANGES.md in watir-6.15.1 vs CHANGES.md in watir-6.16.0

- old
+ new

@@ -1,4 +1,17 @@ +### 6.16.0 (2018-12-16) + +* Fix bug that did not re-locate Stale elements when taking an action on them (#814) +* Implement `Element#cache=` to assign otherwise located Selenium Element to `Element` +* Allow `:class` and `:class_name` locators to be used at the same time +* Allow `:class` locator with empty `Array` value to find all elements without a `class` attribute +* Fix bug that forced nested elements to wait when calling predicate methods (#827) +* Locator filtering behavior and Validate class moved into new `Matcher` classes +* Selector is built on Element initialization rather than during location +* Allow some nested elements to be located with a single XPath call +* Merge p0deje's watir-scroll gem functionality directly into Watir +* Fix bug with `#obscured?` for non-interactive elements (#818) + ### 6.15.1 (2018-12-04) * Locator value type check error message now returns array of allowed class types * Wire calls for `:label` locator happen after Selector is built * Improve error message for `Watir::Option` element when not found (#823)