Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] changelog typo #361

Merged
merged 2 commits into from
Mar 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------
Expand Down