Skip to content

Commit e6930b9

Browse files
committed
Merge pull request #695 from stof/changelog
Update the changelog for 1.7.1
2 parents 461f115 + a814638 commit e6930b9

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
1.7.1 / 2016-03-XX
2+
==================
3+
4+
Bug fixes:
5+
6+
* Refactored the CssSelector to use the new API of the Symfony CssSelector component to be compatible with Symfony 3
7+
8+
9+
Testsuite:
10+
11+
* Disallowed failures on PHP 7 on Travis (tests were passing since a long time)
12+
13+
Driver testsuite:
14+
15+
* Fixed the driver testsuite to account for driver inheritance when checking recommended practices
16+
* Added a test for cookie values with semicolon, to ensure all drivers support it
17+
* Improved the window resize test to consider headless browsers
18+
* Fixed the compatibility of the testsuite with PHPUnit 5
19+
* Added a test ensuring that `wait()` always return a boolean even when the JS expression does not cast the value
20+
* Added HTML escaping of submitted values in the driver testsuite web-fixtures
21+
22+
Misc:
23+
24+
* Removed the Mink testsuite from archives generated by Github to make them smaller
25+
126
1.7.0 / 2015-09-20
227
==================
328

0 commit comments

Comments
 (0)