diff -ru CHANGELOG-4.4.md CHANGELOG-4.4.md --- CHANGELOG-4.4.md 2022-06-26 16:51:38.206993090 +0000 +++ CHANGELOG-4.4.md 2022-06-26 16:51:46.412165238 +0000 @@ -1238,7 +1238,7 @@ * bug #34802 [Security] Check UserInterface::getPassword is not null before calling needsRehash (dbrekelmans) * bug #34788 [SecurityBundle] Properly escape regex in AddSessionDomainConstraintPass (fancyweb) * bug #34859 [SecurityBundle] Fix TokenStorage::reset not called in stateless firewall (jderusse) - * bug #34827 [HttpFoundation] get currently session.gc_maxlifetime if ttl doesnt exists (rafaeltovar) + * bug #34827 [HttpFoundation] get currently session.gc_maxlifetime if ttl doesn't exists (rafaeltovar) * bug #34755 [FrameworkBundle] resolve service locators in `debug:*` commands (nicolas-grekas) * bug #34832 [Validator] Allow underscore character "_" in URL username and password (romainneutron) * bug #34811 [TwigBridge] Update bootstrap_4_layout.html.twig missing switch-custom label (sabruss) @@ -1535,7 +1535,7 @@ * feature #32446 [Lock] rename and deprecate Factory into LockFactory (Simperfit) * feature #31975 Dynamic bundle assets (garak) * feature #32429 [VarDumper] Let browsers trigger their own search on double CMD/CTRL + F (ogizanagi) - * feature #32198 [Lock] Split "StoreInterface" into multiple interfaces with less responsability (Simperfit) + * feature #32198 [Lock] Split "StoreInterface" into multiple interfaces with less responsibility (Simperfit) * feature #31511 [Validator] Allow to use property paths to get limits in range constraint (Lctrs) * feature #32424 [Console] don't redraw progress bar more than every 100ms by default (nicolas-grekas) * feature #32418 [Console] Added Application::reset() (lyrixx)