CHANGES.md in watir-7.2.0 vs CHANGES.md in watir-7.2.1
- old
+ new
@@ -1,5 +1,10 @@
-### 7.2.0 (2022-12-22)
+### 7.2.1 (2023-01-02)
+
+* Fix bug for building locators with JRuby
+* Fix bug for inferring internet explorer browser name from options
+
+### 7.2.0 (2022-12-24)
* Implement Shadow DOM support (#953)
* Implement existing `Scroll#by` with Selenium Actions Class instead of JavaScript
* Implement `Scroll#from` to set origin points
* Implement `Scroll#to(:viewport)` for elements using Selenium Actions Class