summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2024-11-21 23:06:02 +0100
committerSimon Wisselink <s.wisselink@iwink.nl>2024-11-21 23:06:02 +0100
commit4fbff32417c48bbe7fb9bcda5cd0a9376bcc747b (patch)
tree3cd0461c779c3c63c753195c7be7645722c73a8d
parentbf87aee3f049f882378429b879e3d3198a885be8 (diff)
downloadsmarty-4fbff32417c48bbe7fb9bcda5cd0a9376bcc747b.tar.gz
smarty-4fbff32417c48bbe7fb9bcda5cd0a9376bcc747b.tar.bz2
smarty-4fbff32417c48bbe7fb9bcda5cd0a9376bcc747b.zip
changelog
-rw-r--r--CHANGELOG.md2
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)