From 0ac8f19efffe9c3b7f5679e56737a0032b10a291 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Thu, 7 Feb 2019 12:54:10 +0100 Subject: [PATCH] Generate changelog for v2.0.3 --- CHANGELOG-2.0.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG-2.0.md b/CHANGELOG-2.0.md index 94b77c1..c32ceb4 100644 --- a/CHANGELOG-2.0.md +++ b/CHANGELOG-2.0.md @@ -1,5 +1,12 @@ # CHANGELOG for `2.0.x` +## v2.0.3 (2019-02-07) + +Removed the possibility to autoconfigure `$minkParameters` without a typehint due to an instable implementation in Symfony. + +- [#64](https://github.com/FriendsOfBehat/SymfonyExtension/issues/64) Fix typo ([@rogamoore](https://github.com/rogamoore)) +- [#66](https://github.com/FriendsOfBehat/SymfonyExtension/issues/66) Revert mink parameters autoconfiguration ([@pamil](https://github.com/pamil)) + ## v2.0.2 (2019-01-30) - [#57](https://github.com/FriendsOfBehat/SymfonyExtension/issues/57) Fix support for context initializers ([@pamil](https://github.com/pamil))