Merge branch '2.x' into 3.x

* 2.x:
  Bump version
  Prepare the 2.14.5 release
  Update CHANGELOG
  Bump version
  Prepare the 1.44.3 release
  Update CHANGELOG
This commit is contained in:
Fabien Potencier
2021-05-12 10:04:06 +02:00
+12 -2
View File
@@ -83,10 +83,15 @@
* bumped minimum PHP version to 7.2
* removed PSR-0 classes
# 2.14.5 (2021-XX-XX)
# 2.14.6 (2021-XX-XX)
* n/a
# 2.14.5 (2021-05-12)
* Fix PHP 8.1 compatibility
* Throw a proper exception when a template name is an absolute path (as it has never been supported)
# 2.14.4 (2021-03-10)
* Add the slug filter
@@ -429,10 +434,15 @@
* improved the performance of the filesystem loader
* removed features that were deprecated in 1.x
# 1.44.3 (2021-XX-XX)
# 1.44.4 (2021-XX-XX)
* n/a
# 1.44.3 (2021-05-12)
* Fix PHP 8.1 compatibility
* Throw a proper exception when a template name is an absolute path (as it has never been supported)
# 1.44.2 (2021-01-05)
* Fix "odd" not working for negative numbers