minor #3391 Typo in release date in CHANGELOG (GromNaN)

This PR was merged into the 3.x branch.

Discussion
----------

Typo in release date in CHANGELOG

Introduced in 9b76b15354

Commits
-------

062d00fc Typo in release date in CHANGELOG
This commit is contained in:
Fabien Potencier
2020-08-24 12:15:25 +02:00
+1 -1
View File
@@ -4,7 +4,7 @@
* Make round brackets optional for one argument tests like "same as" or "divisible by"
* Add support for ES2015 style object initialisation shortcut { a } is the same as { 'a': a }
# 3.0.5 (2020-05-08)
# 3.0.5 (2020-08-05)
* Fix twig_compare w.r.t. whitespace trimming
* Fix sandbox not disabled if syntax error occurs within {% sandbox %} tag