From 270387924c02f708c75b78c229f89403be46fab5 Mon Sep 17 00:00:00 2001 From: Pierre du Plessis Date: Thu, 10 Dec 2020 16:52:57 +0200 Subject: [PATCH] Update changelog for release 2.0.0 Alpha 4 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09908a5..120154a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +2.0.0 Alpha 4 +============= + + * Explicitly add injected service name in service definition, and set default value for variables + * Fix check for features in Symfony configuration + * Fix typo on interface name + * Fix PHPStan errors + * Fix incorrect expression service definitions, and fixed typo in twig extension service definition argument + 2.0.0 Alpha 3 =============