From 52a9eeb7de7600a16b988a05627f2ecce501c7af Mon Sep 17 00:00:00 2001 From: Connor Date: Wed, 27 Mar 2024 13:18:53 +0100 Subject: [PATCH] Chore: Fix Changelog typo (#361) --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cddf735f..7f5430169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,8 @@ xx/xx/xxxx: Version 1.5.xx * Remove sfXCacheCache as the extension is not available on PHP v7.4 anymore. * Remove sfEAcceleratorCache as the extension is not available on PHP v7.4 anymore. -* Remove sfAPCCache as it uses the `apc` extension, which is not available on PHP v7.4 anymore. - [BC-Break] Use `sfAPCUCache` class instead, available on Symfony1 v1.5.16 +* Remove sfAPCCache as it uses the `apc` extension, which is not available on PHP v7.4 anymore. + **[BC-Break]** Use `sfAPCuCache` class instead, available from Symfony1 v1.5.16 28/02/2024: Version 1.5.18 --------------------------