From e1e4dd5954bcffe9733099903a02a57c19db4530 Mon Sep 17 00:00:00 2001 From: Albin Kerouanton Date: Thu, 13 Dec 2018 12:45:48 +0100 Subject: [PATCH 1/2] Add a note about v1.5.2 in the changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23bb187..5be09f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v1.5.2 + +A BC break has been introduced in v1.5.0: the LoggableGenerator has been moved in a new namespace. This is now fixed. + +* Fix BC break due to moved LoggableGenerator (#185) +* Adding support for Symfony 4 (#190) + +Credits go to: @jzawadzki and @NiR-. Also, thank you @NAYZO, @carusogabriel and @antondachauer for your tweaks in the docs and for updating PHPUnit tests. + ## v1.5.1 * Re-put services as public (see #177) From d261893480815189d976ece9ab7ab455ba353806 Mon Sep 17 00:00:00 2001 From: Albin Kerouanton Date: Thu, 13 Dec 2018 12:50:05 +0100 Subject: [PATCH 2/2] Add a note about v1.6.0 in the changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be09f1..a4a0f47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v1.6.0 + +* Drop unmaintained PHP versions (5.6 and 7.0, see #230) +* Avoid deprecation warning when using symfony/config > 4.2 (see #229) + +Credits go to: @antograssiot and @NiR-. And we thank @garthlord and @Laurent3170 for their docs tweaks. + ## v1.5.2 A BC break has been introduced in v1.5.0: the LoggableGenerator has been moved in a new namespace. This is now fixed.