From e06ac7d0ab3ac70201a9ad194602288a08738028 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Mon, 4 Mar 2019 14:13:37 +0100 Subject: [PATCH] Generate changelog for v2.0.4 and v2.0.5 --- CHANGELOG-2.0.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG-2.0.md b/CHANGELOG-2.0.md index c32ceb4..00a5e8b 100644 --- a/CHANGELOG-2.0.md +++ b/CHANGELOG-2.0.md @@ -1,5 +1,13 @@ # CHANGELOG for `2.0.x` +## v2.0.5 (2019-03-04) + +- [#72](https://github.com/FriendsOfBehat/SymfonyExtension/issues/72) Allow accessing a context in another context ([@pamil](https://github.com/pamil)) + +## v2.0.4 (2019-02-13) + +- [#68](https://github.com/FriendsOfBehat/SymfonyExtension/issues/68) Better compatibility with Behat itself ([@pamil](https://github.com/pamil), [@alanpoulain](https://github.com/alanpoulain)) + ## v2.0.3 (2019-02-07) Removed the possibility to autoconfigure `$minkParameters` without a typehint due to an instable implementation in Symfony.