diff -ru CHANGELOG-6.0.md CHANGELOG-6.0.md --- CHANGELOG-6.0.md 2022-06-26 17:02:26.805594112 +0000 +++ CHANGELOG-6.0.md 2022-06-26 17:02:33.798740734 +0000 @@ -83,7 +83,7 @@ * bug #46277 [HttpKernel] Fix SessionListener without session in request (edditor) * bug #46282 [DoctrineBridge] Treat firstResult === 0 like null (derrabus) * bug #46239 [Translation] Refresh local translations on PushCommand if the provider has domains (Florian-B) - * bug #46276 [DependencyInjection] Fix lazyness of AutowiringFailedException (nicolas-grekas) + * bug #46276 [DependencyInjection] Fix laziness of AutowiringFailedException (nicolas-grekas) * bug #46278 [Workflow] Fix deprecated syntax for interpolated strings (nicolas-grekas) * bug #46264 [Console] Better required argument check in InputArgument (jnoordsij) * bug #46262 [EventDispatcher] Fix removing listeners when using first-class callable syntax (javer) @@ -161,7 +161,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)