Releases: symfony/console
Releases · symfony/console
v5.1.0
Changelog (v5.1.0-RC2...v5.1.0)
- bug #37007 Fix QuestionHelper::disableStty() (chalasr)
- bug #37000 Add meaningful message when using ProcessHelper and Process is not installed (l-vo)
v5.0.9
Changelog (v5.0.8...v5.0.9)
- bug #37007 Fix QuestionHelper::disableStty() (chalasr)
- bug #37000 Add meaningful message when using ProcessHelper and Process is not installed (l-vo)
- bug #36696 don't check tty on stdin, it breaks with "data lost during stream conversion" (nicolas-grekas)
- bug #36590 Default hidden question to 1 attempt for non-tty session (ostrolucky)
v4.4.9
Changelog (v4.4.8...v4.4.9)
- bug #37007 Fix QuestionHelper::disableStty() (chalasr)
- bug #37000 Add meaningful message when using ProcessHelper and Process is not installed (l-vo)
- bug #36696 don't check tty on stdin, it breaks with "data lost during stream conversion" (nicolas-grekas)
- bug #36590 Default hidden question to 1 attempt for non-tty session (ostrolucky)
v3.4.41
Changelog (v3.4.40...v3.4.41)
- bug #37007 Fix QuestionHelper::disableStty() (chalasr)
- bug #37000 Add meaningful message when using ProcessHelper and Process is not installed (l-vo)
v5.1.0-RC2
Changelog (v5.1.0-RC1...v5.1.0-RC2)
- no changes
v5.1.0-RC1
Changelog (v5.1.0-BETA1...v5.1.0-RC1)
- no changes
v5.0.8
Changelog (v5.0.7...v5.0.8)
- no changes
v4.4.8
Changelog (v4.4.7...v4.4.8)
- no changes
v3.4.40
Changelog (v3.4.39...v3.4.40)
- no changes
v5.0.7
Changelog (v5.0.6...v5.0.7)
- bug #36222 Fix OutputStream for PHP 7.4 (guillbdx)