From 7265866c3fc6533429ce0f49c07b770d78d83dfd Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 5 Jul 2020 15:17:47 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 18a8d5f7b..a38d99904 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +# 3.0.4 (2020-07-05) + + * Fix comparison operators + * Fix options not taken into account when using "Michelf\MarkdownExtra" + * Fix "Twig\Extra\Intl\IntlExtension::getCountryName()" to accept "null" as a first argument + * Throw exception in case non-Traversable data is passed to "filter" + * Fix context optimization on PHP 7.4 + * Fix PHP 8 compatibility + * Fix ambiguous syntax parsing + # 3.0.3 (2020-02-11) * Add a check to ensure that iconv() is defined