Skip to content

Commit 4ca4083

Browse files
committed
Update changelog for 1.7.0
1 parent 22b6d9d commit 4ca4083

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
1-
1.7.0 / 2023-02-26
1+
1.7.0 / 2023-12-09
22
==================
33

44
BC break:
55

66
* `syn` JS library was upgraded from v0.0.3 to v0.15.0
77

8+
New features:
9+
10+
* Added parameter types for all methods
11+
* Added support for Symfony 7
12+
813
Bug fixes:
914

10-
* `Selenium2Driver::{keyPress, keyDown, keyUp}` methods were using numeric string input as char code. Newly an integer type must be passed.
15+
* Fix compatibility of `execute` with Selenium 4
16+
* `Selenium2Driver::{keyPress, keyDown, keyUp}` methods were using numeric string input as char code. Newly an integer type must be passed. Strings are not handled as strings properly, as done in other Mink drivers.
17+
* Add proper error handling for non-started sessions
18+
19+
Testsuite:
20+
21+
* Fixed compatibility with the latest driver testsuite
22+
* Added CI jobs for PHP 8.2 and 8.3
23+
* Added static analysis with phpstan
1124

1225
1.6.0 / 2022-03-28
1326
==================

0 commit comments

Comments
 (0)