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

- old
+ new

@@ -1,4 +1,10 @@ +### 6.16.1 (2018-12-23) + +* Improve collection performance with JavaScript (thanks Lucas Tierney) +* Update deprecation warnings +* Improve performance when using previously located elements + ### 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