diff -ru CHANGELOG-6.1.md CHANGELOG-6.1.md --- CHANGELOG-6.1.md 2023-01-24 15:24:07.092219133 +0000 +++ CHANGELOG-6.1.md 2023-01-24 15:24:13.284448265 +0000 @@ -373,7 +373,7 @@ * 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 #46274 [HtmlSanitizer] Fix node renderer handling of self-closing (void) elements (omniError) - * 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 #46272 [DependencyInjection] Fix resolving parameters found in #[Autowire] (nicolas-grekas) @@ -474,7 +474,7 @@ * feature #45563 Deprecate requiring the "symfony/symfony" package (nicolas-grekas) * feature #45616 [HttpClient] Remove credentials from requests redirected to same host but different port (GromNaN) * feature #45377 Bump minimum version of PHP to 8.1 (nicolas-grekas) - * feature #45421 [Translation] Add the possibilty to export xliff translation with the .xliff suffix (DanielBadura) + * feature #45421 [Translation] Add the possibility to export xliff translation with the .xliff suffix (DanielBadura) * feature #45152 Ability to customize payload when sending mail through mailjet+api (gam6itko) * feature #44665 [HttpKernel] Add the UidValueResolver argument value resolver (fancyweb) * feature #44073 [ExpressionLanguage] Support lexing numbers with underscores and decimals with no leading zero (fancyweb)