diff -ru CHANGELOG-5.4.md CHANGELOG-5.4.md --- CHANGELOG-5.4.md 2024-04-02 19:56:48.615399478 +0000 +++ CHANGELOG-5.4.md 2024-04-02 19:56:54.049590857 +0000 @@ -22,7 +22,7 @@ * bug #54298 [Filesystem] Fix str_contains deprecation (NeilPeyssard) * bug #54248 [Security] Correctly initialize the voter property (aschempp) * bug #54201 [Lock] Check the correct SQLSTATE error code for MySQL (edomato) - * bug #54252 [Lock] compatiblity with redis cluster 7 (bastnic) + * bug #54252 [Lock] compatibility with redis cluster 7 (bastnic) * bug #54219 [Validator] Allow BICs’ first four characters to be digits (MatTheCat) * bug #54239 [Mailer] Fix sendmail transport not handling failure (aboks) * bug #54207 [HttpClient] Lazily initialize CurlClientState (arjenm) @@ -819,7 +819,7 @@ * bug #45691 [Mailer] fix: stringify from address for ses+api transport (everyx) * bug #45696 Make FormErrorIterator generic (VincentLanglet) * bug #45676 [Process] Don't return executable directories in PhpExecutableFinder (fancyweb) - * bug #45564 [symfony/mailjet-mailer] Fix invalid mailjet error managment (alamirault, fancyweb) + * bug #45564 [symfony/mailjet-mailer] Fix invalid mailjet error management (alamirault, fancyweb) * bug #45697 [Security] Fix return value of `NullToken::getUser()` (chalasr) * bug #45719 typehint of DkimOptions algorithm wrong (markusramsak) * bug #45702 [Form] Fix the usage of the Valid constraints in array-based forms (stof)