diff --git a/CHANGELOG.md b/CHANGELOG.md index 23bb187..a4a0f47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 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. + +* 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)