From d261893480815189d976ece9ab7ab455ba353806 Mon Sep 17 00:00:00 2001 From: Albin Kerouanton Date: Thu, 13 Dec 2018 12:50:05 +0100 Subject: [PATCH] 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.