diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2024-11-21 23:06:02 +0100 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2024-11-21 23:06:02 +0100 |
| commit | 4fbff32417c48bbe7fb9bcda5cd0a9376bcc747b (patch) | |
| tree | 3cd0461c779c3c63c753195c7be7645722c73a8d | |
| parent | bf87aee3f049f882378429b879e3d3198a885be8 (diff) | |
| download | smarty-4fbff32417c48bbe7fb9bcda5cd0a9376bcc747b.tar.gz smarty-4fbff32417c48bbe7fb9bcda5cd0a9376bcc747b.tar.bz2 smarty-4fbff32417c48bbe7fb9bcda5cd0a9376bcc747b.zip | |
changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bff690d8..cf8a724c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Support the deprecations introduced in PHP 8.4 and added tests for PHP 8.4 [#1084](https://github.com/smarty-php/smarty/pull/1084) + ## [4.5.4] - 2024-08-14 - Fixed that using `count()` would trigger a deprecation notice. [#813](https://github.com/smarty-php/smarty/issues/813) |
