From b3b43af816c5f81f952edc66f8c4cf2dae4927e9 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Wed, 20 Nov 2024 22:18:03 +0100 Subject: [PATCH] Add to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 154c1a89..64b13ed5 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 [#1043](https://github.com/smarty-php/smarty/pull/1043) + ## [5.4.1] - 2024-08-29