From 62aae8e9f014bdfaa6923743b684d3c43e155614 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 17 Mar 2020 21:56:56 +0100 Subject: [PATCH] Update changelog --- Changelog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index a626ebf..c26f9b3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,13 @@ +# 1.5.0 (2020-03-17) + +* Added support for Symfony 5 +* Dropped support for unmaintained Symfony and PHP versions. + # 1.4.0 (2018-11-23) Features: -* Added the `--whitelist-file` option to allow providing a whitelist of keys that should not be considered missing or obsolete. +* Added the `--whitelist-file` option to allow providing a whitelist of keys that should not be considered missing or obsolete. # 1.3.1 (2018-02-20)