Skip to content

Commit

Permalink
Merge pull request #695 from stof/changelog
Browse files Browse the repository at this point in the history
Update the changelog for 1.7.1
  • Loading branch information
stof committed Mar 5, 2016
2 parents 461f115 + a814638 commit e6930b9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
1.7.1 / 2016-03-XX
==================

Bug fixes:

* Refactored the CssSelector to use the new API of the Symfony CssSelector component to be compatible with Symfony 3


Testsuite:

* Disallowed failures on PHP 7 on Travis (tests were passing since a long time)

Driver testsuite:

* Fixed the driver testsuite to account for driver inheritance when checking recommended practices
* Added a test for cookie values with semicolon, to ensure all drivers support it
* Improved the window resize test to consider headless browsers
* Fixed the compatibility of the testsuite with PHPUnit 5
* Added a test ensuring that `wait()` always return a boolean even when the JS expression does not cast the value
* Added HTML escaping of submitted values in the driver testsuite web-fixtures

Misc:

* Removed the Mink testsuite from archives generated by Github to make them smaller

1.7.0 / 2015-09-20
==================

Expand Down

0 comments on commit e6930b9

Please sign in to comment.