summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2025-05-03 23:36:44 +0200
committerSimon Wisselink <s.wisselink@iwink.nl>2025-05-03 23:36:44 +0200
commitf659193c946a41cb02a2c9820a29d079875166d0 (patch)
tree23c0fdfb5120f9263d7437c82d94cc697aded4d4 /CHANGELOG.md
parent0b6166482af835fb26aec1e02795969fdb7b65bc (diff)
downloadsmarty-f659193c946a41cb02a2c9820a29d079875166d0.tar.gz
smarty-f659193c946a41cb02a2c9820a29d079875166d0.tar.bz2
smarty-f659193c946a41cb02a2c9820a29d079875166d0.zip
version bump
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index db336088..087caa3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [5.5.0] - 2025-05-03
+- Support trailing comma in array [#1013](https://github.com/smarty-php/smarty/issues/1013)
+
+
## [5.4.5] - 2025-04-15
- Fixed deprecation notice in StringEval in PHP8.4 [#1119](https://github.com/smarty-php/smarty/issues/1119)