diff --git a/py/CHANGES b/py/CHANGES index a7e34ab5df4a2..7227261bf881e 100644 --- a/py/CHANGES +++ b/py/CHANGES @@ -1,3 +1,13 @@ +Selenium 3.141.0 +* Bump version to a better approximation of Π +* Improved Test build targets +* fix os path in test for Windows +* use 'NUL' for /dev/null on Windows +* Update ctor docstrings to explain that a directory passed in is cloned. Fixes #6542 +* Allow passing of service_args to Safari. Fixes #6459 +* Remove element equals url +* Improved WebExtension support + Selenium 3.14.1 * Fix ability to set timeout for urllib3 (#6286) * get_cookie uses w3c endpoint when compliant