Skip to content

Commit e3b9084

Browse files
committed
Update the changelog
1 parent 7ffbd83 commit e3b9084

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
1.3.4 / 2020-03-11
2+
==================
3+
4+
BC Break:
5+
6+
* 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
7+
8+
Bug fixes:
9+
10+
* Changed phpdoc types from `Boolean` to `boolean` to be compatible with psalm type checking
11+
* Improved compatibility with the HTML5 parsing of the symfony/dom-crawler component in 4.4+
12+
* Removed usages of APIs deprecated in symfony/dom-crawler 4.4
13+
* Send the configured headers when submitting forms
14+
15+
Testsuite:
16+
17+
* Removed HHVM from CI as they dropped support for PHP compatibility
18+
* Added CI on PHP 7.2, 7.3 and 7.4
19+
120
1.3.3 / 2018-05-02
221
==================
322

0 commit comments

Comments
 (0)