Security update for permissions_by_term
[yaffs-website] / vendor / behat / mink-goutte-driver / CHANGELOG.md
1 1.2.1 / 2016-03-05
2 ==================
3
4 Testsuite:
5
6 * Added testing on PHP 7
7
8 1.2.0 / 2015-09-21
9 ==================
10
11 New features:
12
13 * Added support for Goutte 3.1+
14
15 Misc:
16
17 * Updated the repository structure to PSR-4
18
19 1.1.0 / 2014-10-09
20 ==================
21
22 The driver now relies on BrowserKitDriver 1.2.x, so all changes of this driver are relevant.
23 The changes below only describe the changes related to GoutteDriver specifically.
24
25 New features:
26
27 * Added the possibility to use a normal Goutte client instead of requiring to use an extended one
28 * Added the support of Goutte 2.0 as well
29
30 Bug fixes:
31
32 * Fixed the support of disabling basic auth
33 * Fixed the resetting of the driver to reset the basic auth
34
35 Testing:
36
37 * Updated the testsuite to use the new Mink 1.6 driver testsuite
38 * Added testing on HHVM