From e3b90840022ebcd544c7b394a3c9597ae242cbee Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 11 Mar 2020 10:49:45 +0100 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1fdcb6..463a714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +1.3.4 / 2020-03-11 +================== + +BC Break: + +* Changed the return value for `getValue` on a select without any options to an empty string rather than `null` to respect the common contract between Mink drivers + +Bug fixes: + +* Changed phpdoc types from `Boolean` to `boolean` to be compatible with psalm type checking +* Improved compatibility with the HTML5 parsing of the symfony/dom-crawler component in 4.4+ +* Removed usages of APIs deprecated in symfony/dom-crawler 4.4 +* Send the configured headers when submitting forms + +Testsuite: + +* Removed HHVM from CI as they dropped support for PHP compatibility +* Added CI on PHP 7.2, 7.3 and 7.4 + 1.3.3 / 2018-05-02 ==================