Skip to content

Commit b7e0f83

Browse files
committed
docs: changelog for 2.2.0
1 parent 7b57576 commit b7e0f83

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ CHANGELOG
44
2.2.0
55
-----
66

7+
* Add support for PHP 8.4
8+
* Add support for using Selenium with the built-in web server
79
* Add a `PANTHER_NO_REDUCED_MOTION` environment variable to instruct the website to disable the reduction of non-essential movement
10+
* Add the ability to pass options to `HttpClient` when using `HttpBrowser`
11+
* Use a custom exception hierarchy instead of native exceptions directly
12+
* The Firefox `window-size` option is not set by default anymore in headless mode
13+
* Add explicit error messages in `wait*` methods
14+
* Fix support for checkbox and radio buttons having `0` as value
15+
* Fix catching of WebDriver exceptions
16+
* Ignore curl exceptions when closing WebDriver inside the destructor
17+
* Documentation has been moved from the Git repository to https://symfony.com/doc/current/testing/end_to_end.html
818

919
2.1.2
1020
-----

0 commit comments

Comments
 (0)