From c2afff0d15e4ad5fb2cc085baef17a051b9c3ad9 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Wed, 15 Jan 2020 19:02:23 +0100 Subject: [PATCH] Generate changelog for v2.1.0-BETA.1 --- CHANGELOG-2.0.md => CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) rename CHANGELOG-2.0.md => CHANGELOG.md (69%) diff --git a/CHANGELOG-2.0.md b/CHANGELOG.md similarity index 69% rename from CHANGELOG-2.0.md rename to CHANGELOG.md index 1c68d67..960c81a 100644 --- a/CHANGELOG-2.0.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ -# CHANGELOG for `2.0.x` +# CHANGELOG FOR `2.1.x` + +## v2.1.0-BETA.1 (2020-01-15) + +- [#60](https://github.com/FriendsOfBehat/SymfonyExtension/issues/60) Remove support for Symfony 4.1 as it's EOLed ([@pamil](https://github.com/pamil)) +- [#69](https://github.com/FriendsOfBehat/SymfonyExtension/issues/69) Expose the Mink service ([@pamil](https://github.com/pamil)) +- [#82](https://github.com/FriendsOfBehat/SymfonyExtension/issues/82) Provide simple BrowserKit integration ([@pamil](https://github.com/pamil)) +- [#83](https://github.com/FriendsOfBehat/SymfonyExtension/issues/83) Fix master build ([@pamil](https://github.com/pamil)) +- [#87](https://github.com/FriendsOfBehat/SymfonyExtension/issues/87) Update README.md ([@DonCallisto](https://github.com/DonCallisto)) +- [#98](https://github.com/FriendsOfBehat/SymfonyExtension/issues/98) Add Symfony 4.3.* build to Travis CI ([@pamil](https://github.com/pamil)) +- [#100](https://github.com/FriendsOfBehat/SymfonyExtension/issues/100) Add support for Symfony 4.4 and 5.0; remove for 4.2 and 4.3 ([@pamil](https://github.com/pamil)) +- [#105](https://github.com/FriendsOfBehat/SymfonyExtension/issues/105) Add integration with FriendsOfBehat/PageObjectExtension ([@pamil](https://github.com/pamil)) +- [#106](https://github.com/FriendsOfBehat/SymfonyExtension/issues/106) Fix the build ([@pamil](https://github.com/pamil)) +- [#108](https://github.com/FriendsOfBehat/SymfonyExtension/issues/108) Add compatibility with Symfony 5 ([@pamil](https://github.com/pamil)) + +# CHANGELOG FOR `2.0.x` ## v2.0.10 (2019-12-09)