Releases: symfony/console
Releases · symfony/console
v8.1.0-BETA3
Changelog (v8.1.0-BETA2...v8.1.0-BETA3)
- bug #64246 Various fixes and hardenings (@nicolas-grekas)
v8.1.0-BETA2
Changelog (v8.1.0-BETA1...v8.1.0-BETA2)
- bug #64182 Fix signal handler scoping (@jpollard3)
- bug #64176 Make
ConsoleSectionOutput::overwrite()atomic to fix sections + ProgressIndicator clear (@Amoifr) - bug #64167 Add missing
symfony/polyfill-php85dependency (@Amoifr)
v8.0.11
Changelog (v8.0.9...v8.0.11)
- bug #64182 Fix signal handler scoping (@jpollard3)
- bug #64176 Make
ConsoleSectionOutput::overwrite()atomic to fix sections + ProgressIndicator clear (@Amoifr)
v7.4.11
Changelog (v7.4.9...v7.4.11)
- bug #64182 Fix signal handler scoping (@jpollard3)
- bug #64176 Make
ConsoleSectionOutput::overwrite()atomic to fix sections + ProgressIndicator clear (@Amoifr)
v6.4.39
Changelog (v6.4.37...v6.4.39)
- bug #64182 Fix signal handler scoping (@jpollard3)
- bug #64176 Make
ConsoleSectionOutput::overwrite()atomic to fix sections + ProgressIndicator clear (@Amoifr)
v8.1.0-BETA1
Create tag v8.1.0-BETA1
v8.0.9
Changelog (v8.0.8...v8.0.9)
- bug #63859 Fix shell completion when SHELL_VERBOSITY=-1 (@nicolas-grekas)
v7.4.9
Changelog (v7.4.8...v7.4.9)
- bug #63859 Fix shell completion when SHELL_VERBOSITY=-1 (@nicolas-grekas)
v6.4.37
Changelog (v6.4.36...v6.4.37)
- bug #63859 Fix shell completion when SHELL_VERBOSITY=-1 (@nicolas-grekas)
v8.0.8
Changelog (v8.0.7...v8.0.8)
- bug #63749 Fix performance regression in OutputFormatter for ASCII content (@pcescon)