Skip to content

Commit 66b3a2a

Browse files
committed
fix changelogs for 4.13
1 parent ba948ec commit 66b3a2a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

py/CHANGES

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Selenium 4.13.0
44
* close out driver logging on quit (#12637)
55
* disable console appearing on windows when running in pythonw (#12715)
66
* remove deprecated headless methods
7-
* remove deprecated driver extensions for location and network connection
87
* fix bug preventing using performance logging in chromium
98
* remove deprecation notice from Firefox profiles
9+
* Allow users to set Selenium Manager path by environment variable (#12752)
1010

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

2423
Selenium 4.11.2
2524
* better bug fix for #12454

rb/CHANGES

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
4.13.0 (Unreleased)
1+
4.13.0 (2023-09-25)
22
=========================
33
Ruby:
4-
* Fix bug prevening using performance logging with chromium
4+
* Fix bug preventing using performance logging with chromium
55
* Allow users to set Selenium Manager path by environment variable (#12752)
6+
* Allow service to be started before the driver
7+
* remove deprecated driver extensions for location and network connection
68

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

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

0 commit comments

Comments
 (0)