CHANGES.md in watir-6.2.0 vs CHANGES.md in watir-6.2.1
- old
+ new
@@ -1,4 +1,10 @@
+### 6.2.1 (2017-03-22)
+
+* Allow sending text to FileField without checking element is #visible?
+* Fix bug waiting for Alerts
+* Fix bug from resetting stale element (thanks DJCecil2)
+
### 6.2.0 (2017-02-20)
* `Element#wait_while_present` exits when locator no longer matches
* Element Collections store specific element types rather than just `HTMLElement`
* Implement adjacent element location for parent, siblings and children