Typo in release date in CHANGELOG

This commit is contained in:
Jérôme Tamarelle
2020-08-24 09:38:42 +02:00
committed by GitHub
parent 53478f97fb
commit 062d00fcf0
+2 -2
View File
@@ -4,7 +4,7 @@
* Make round brackets optional for one argument tests like "same as" or "divisible by" * 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 } * 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 twig_compare w.r.t. whitespace trimming
* Fix sandbox not disabled if syntax error occurs within {% sandbox %} tag * Fix sandbox not disabled if syntax error occurs within {% sandbox %} tag
@@ -64,7 +64,7 @@
* Make round brackets optional for one argument tests like "same as" or "divisible by" * 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 } * Add support for ES2015 style object initialisation shortcut { a } is the same as { 'a': a }
# 2.13.1 (2020-05-08) # 2.13.1 (2020-08-05)
* Fix sandbox not disabled if syntax error occurs within {% sandbox %} tag * Fix sandbox not disabled if syntax error occurs within {% sandbox %} tag
* Fix a regression when not using a space before an operator * Fix a regression when not using a space before an operator