From c06029012aa4aa3e1336b9e029fc1612a1ef4422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Thu, 30 Jan 2025 00:11:01 +0100 Subject: [PATCH] docs: changelog for 2.2.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a94f6e..89b747a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ CHANGELOG 2.2.0 ----- +* Add support for PHP 8.4 +* Add support for using Selenium with the built-in web server * Add a `PANTHER_NO_REDUCED_MOTION` environment variable to instruct the website to disable the reduction of non-essential movement +* Add the ability to pass options to `HttpClient` when using `HttpBrowser` +* Use a custom exception hierarchy instead of native exceptions directly +* The Firefox `window-size` option is not set by default anymore in headless mode +* Add explicit error messages in `wait*` methods +* Fix support for checkbox and radio buttons having `0` as value +* Fix catching of WebDriver exceptions +* Ignore curl exceptions when closing WebDriver inside the destructor +* Documentation has been moved from the Git repository to https://symfony.com/doc/current/testing/end_to_end.html 2.1.2 -----