CHANGES.md in watir-7.0.0.beta5 vs CHANGES.md in watir-7.0.0
- old
+ new
@@ -1,4 +1,11 @@
+### 7.0.0 (2021-10-18)
+
+* Requires Selenium 4.0.0+
+* Requires Ruby 2.6+
+* Implement `Window#minimize`
+* Implement `Window#full_screen`
+
### 7.0.0.beta5 (2021-08-02)
* Add support for passing in Proxy and proxy Hash to Capabilities (#933)
* Trigger change event when setting values on date and date-time fields (#938)
* Allow user to obtain Capabilities instance from Browser instance