CHANGES.md in watir-6.10.0 vs CHANGES.md in watir-6.10.1
- old
+ new
@@ -1,4 +1,10 @@
+### 6.10.1 (2017-12-12)
+
+* Fix bug in IFrame#present?
+* Improve performance for Element#center (thanks Lucas Tierney)
+* Skip tag name filter when locating by tag name
+
### 6.10.0 (2017-11-23)
* Add support for locating elements with custom attributes
* Add new `:visible_text` locator (thanks Justin Ko)
* Deprecate Selenium locators `:link`, `:link_text` and `:partial_link_text` in favor of `:visible_text`