summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2026-02-15 15:27:13 +0100
committerSimon Wisselink <s.wisselink@iwink.nl>2026-02-15 15:27:13 +0100
commit4ed569c674872c9502715b01edef86d5fd4d5996 (patch)
tree2ea79ce2ad4f4dea60a7f981d8d81f34c6cbd7da /CHANGELOG.md
parenta46478d0cb6a5d479dcf54fa155fce862e850ae0 (diff)
downloadsmarty-4ed569c674872c9502715b01edef86d5fd4d5996.tar.gz
smarty-4ed569c674872c9502715b01edef86d5fd4d5996.tar.bz2
smarty-4ed569c674872c9502715b01edef86d5fd4d5996.zip
version bump
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59225433..da75ec2a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [5.8.0] - 2026-02-15
+- Added support for Backed Enums for php versions >= 8.1 [#1171](https://github.com/smarty-php/smarty/pull/1171)
+- Added support for new 'matches' operator doing regex matching [#1169](https://github.com/smarty-php/smarty/pull/1169)
+- Update documentation to clarify that include inline is currently not implemented in Smarty v5 [#1152](https://github.com/smarty-php/smarty/issues/1152)
+- Support for Laravel Collections style object chaining for objects return from function calls implemented as modifiers [#1151](https://github.com/smarty-php/smarty/issues/1151)
+
+
## [5.7.0] - 2025-11-19
- PHP 8.5 support