Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Mar 11, 2020
1 parent 7ffbd83 commit e3b9084
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down

0 comments on commit e3b9084

Please sign in to comment.