We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a62541 commit 8fec8bcCopy full SHA for 8fec8bc
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+# Changelog for FriendsOfBehat/MinkExtension
2
+
3
+## Version 2.8.0
4
5
+* Goutte support has been deprecated, and will be removed in the next major release. The `GoutteFactory` will trigger a deprecation
6
+ notice when it is used to build a driver, for example by using `goutte` as the driver identifier in your `behat.yml` configuration
7
+ file (https://github.com/FriendsOfBehat/MinkExtension/pull/39/). Note, however, that Behat currenty does not have a built-in mechanism
8
+ to collect such deprecation notices and display them in a user-friendly way.
0 commit comments