From 6da220ac2ced5e073c1a72a7932ae1023eb8ee9c Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Tue, 30 Oct 2018 11:11:54 +0100 Subject: [PATCH] Add reference to #161 in changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdb7d1b0..5cec2e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add config for autowiring the client (#158, thanks @gander) ### Changed - Migrate YAML config to XML; drop dependency on `symfony/yaml` (#155, thanks @Pierstoval) +### Fixed + - Remove deprecation raised by Symfony 4.2 (#161, thanks @chalasr) ## 2.0.3 - 2018-06-01 ### Added