Fix CHANGELOG

This commit is contained in:
Fabien Potencier
2020-08-05 17:12:14 +02:00
parent 9808ba393c
commit 02043ee8fa
+5 -1
View File
@@ -1,6 +1,10 @@
# 3.0.5 (2020-XX-XX)
* n/a
* Fix twig_compare w.r.t. whitespace trimming
* Fix sandbox not disabled if syntax error occurs within {% sandbox %} tag
* Fix a regression when not using a space before an operator
* Restrict callables to closures in filters
* Allow trailing commas in argument lists (in calls as well as definitions)
# 3.0.4 (2020-07-05)