Merge branch '2.x' into 3.x

* 2.x:
  Bump version to 2.13.2-DEV
  Prepare the 2.13.1 release
  Update CHANGELOG
  Bump version to 1.43.2-DEV
  Prepare the 1.43.1 release
  Update CHANGELOG
This commit is contained in:
Fabien Potencier
2020-08-05 17:10:53 +02:00
+16 -2
View File
@@ -48,10 +48,17 @@
* bumped minimum PHP version to 7.2
* removed PSR-0 classes
# 2.13.1 (2020-XX-XX)
# 2.13.2 (2020-XX-XX)
* n/a
# 2.13.1 (2020-05-08)
* 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)
# 2.13.0 (2020-07-05)
* Fix options not taken into account when using "Michelf\MarkdownExtra"
@@ -364,8 +371,15 @@
* improved the performance of the filesystem loader
* removed features that were deprecated in 1.x
# 1.43.1 (2020-XX-XX)
# 1.43.2 (2020-XX-XX)
* n/a
# 1.43.1 (2020-08-05)
* 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)
# 1.43.0 (2020-07-05)