diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2024-03-15 10:26:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-15 10:26:17 +0100 |
| commit | 17da1f585eb0d02c5b55d42d681ab4df77d7538e (patch) | |
| tree | f1bf43be5405206b6a3e170e1264c299ab2861a3 /CHANGELOG.md | |
| parent | 293bc20db0f30de54db663ae238c681af90847d9 (diff) | |
| download | smarty-17da1f585eb0d02c5b55d42d681ab4df77d7538e.tar.gz smarty-17da1f585eb0d02c5b55d42d681ab4df77d7538e.tar.bz2 smarty-17da1f585eb0d02c5b55d42d681ab4df77d7538e.zip | |
Fix Too many shorthand attributes error when using a modifier as a function with more than 3 parameters in an expression (#953)
Fixes #949
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6be5190e..9d98abbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed +- Too many shorthand attributes error when using a modifier as a function with more than 3 parameters in an expression [#949](https://github.com/smarty-php/smarty/issues/949) + +### Removed +- Dropped support for undocumented `{time()}` added in v5.0.0 since we already have the documented `{$smarty.now}` + ## [5.0.0-rc3] - 2024-02-26 ### Added |
