Skip to content

Commit

Permalink
fix changelogs for 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Sep 25, 2023
1 parent ba948ec commit 66b3a2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions py/CHANGES
Expand Up @@ -4,9 +4,9 @@ Selenium 4.13.0
* close out driver logging on quit (#12637)
* disable console appearing on windows when running in pythonw (#12715)
* remove deprecated headless methods
* remove deprecated driver extensions for location and network connection
* fix bug preventing using performance logging in chromium
* remove deprecation notice from Firefox profiles
* Allow users to set Selenium Manager path by environment variable (#12752)

Selenium 4.12.0
* Add CDP files for v116 and remove v113
Expand All @@ -19,7 +19,6 @@ Selenium 4.12.0
* support conda installation of selenium manager (#12536)
* Drop support for `python3.7`
* Fixed a bug where `Popen.wait()` calls caught the wrong exceptions when timing out
* Allow users to set Selenium Manager path by environment variable (#12752)

Selenium 4.11.2
* better bug fix for #12454
Expand Down
8 changes: 4 additions & 4 deletions rb/CHANGES
@@ -1,8 +1,10 @@
4.13.0 (Unreleased)
4.13.0 (2023-09-25)
=========================
Ruby:
* Fix bug prevening using performance logging with chromium
* Fix bug preventing using performance logging with chromium
* Allow users to set Selenium Manager path by environment variable (#12752)
* Allow service to be started before the driver
* remove deprecated driver extensions for location and network connection

BiDi:
* Released selenium-devtools 0.117.0 (supports CDP v85, v115, v116, v117)
Expand All @@ -13,8 +15,6 @@ Ruby:
* Fix bug preventing good error messages in Selenium Manager when stdout empty
* Fix bug with Firefox not loading net/http library by default (#12506)
* Remove support for using capabilities in local drivers
* Fix bug prevening using performance logging with chromium
* Allow users to set Selenium Manager path by environment variable (#12752)

BiDi:
* Released selenium-devtools 0.116.0 (supports CDP v85, v114, v115, v116)
Expand Down

0 comments on commit 66b3a2a

Please sign in to comment.